parent
3d248a0573
commit
0eea37e72a
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
// TODO Organize this file by reducer type, ot break this apart into
|
// TODO Organize this file by reducer type, to break this apart into
|
||||||
// multiple files
|
// multiple files
|
||||||
export const UPDATE_FILE_CONTENT = 'UPDATE_FILE_CONTENT';
|
export const UPDATE_FILE_CONTENT = 'UPDATE_FILE_CONTENT';
|
||||||
export const TOGGLE_SKETCH = 'TOGGLE_SKETCH';
|
export const TOGGLE_SKETCH = 'TOGGLE_SKETCH';
|
||||||
|
|
|
@ -59,7 +59,7 @@ If you don't have the full server environment running, you can launch a one-off
|
||||||
|
|
||||||
## S3 Bucket Configuration
|
## S3 Bucket Configuration
|
||||||
|
|
||||||
Note that this is optional, unless you are working on the part of the application that allows a user to upload images, videos, etc. Please refer to the folllowing [gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) to set up an S3 bucket to be used with this project.
|
Note that this is optional, unless you are working on the part of the application that allows a user to upload images, videos, etc. Please refer to the following [gist](https://gist.github.com/catarak/70c9301f0fd1ac2d6b58de03f61997e3) to set up an S3 bucket to be used with this project.
|
||||||
|
|
||||||
If your S3 bucket is in the US East (N Virginia) region (us-east-1), you'll
|
If your S3 bucket is in the US East (N Virginia) region (us-east-1), you'll
|
||||||
need to set a custom URL base for it, because it does not follow the standard
|
need to set a custom URL base for it, because it does not follow the standard
|
||||||
|
|
|
@ -178,7 +178,7 @@ objectsResponse.on('end', () => {
|
||||||
// // console.log('is selected remains');
|
// // console.log('is selected remains');
|
||||||
// // }
|
// // }
|
||||||
|
|
||||||
// // if (file.isSelctedFile) {
|
// // if (file.isSelectedFile) {
|
||||||
// // console.log('changed to isSelected file');
|
// // console.log('changed to isSelected file');
|
||||||
// // }
|
// // }
|
||||||
// project.save((err, savedProject) => {
|
// project.save((err, savedProject) => {
|
||||||
|
|
Loading…
Reference in a new issue