Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add file upload api #267
Add file upload api #267
Changes from 53 commits
703f4fc
a41b773
6881b4e
d8cdb09
788d8ef
ed89a9d
237e764
cb0e6bf
8e30cac
d45bbd4
6a4050a
d0b267c
58ff705
8378bc4
61d8165
630680b
d2cff7f
9b71eaf
386086f
f8ca042
9a22bd3
e0ae000
61b57f0
59be6bb
345db1a
e27bb8b
8774025
168b6d8
fea7f25
9e9b0b4
39ab0fe
cddd72c
396437d
335f13e
f0e7e33
096b8cc
e5265ab
b676dc2
de05f37
76bef22
9fc044e
2d782ea
6d43c5c
488abe3
25d3c96
41d4762
b603c49
8d0ec3e
5bc0575
4c32383
ef551f5
a242b9c
5d1b75e
87d7cbc
53826cf
ae110b2
22d8506
58a854f
aa912bc
eb70469
0551a81
4eeb54a
aab85eb
2c03fe8
570207e
8b070ef
89ec60d
1232a3f
1e009d2
3a38aa3
99005ad
04bbf74
9618281
17ea941
3cff2f4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think for consistency, this should be named
file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand what this description means
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is cause it is nonsense. I think it got confused in a merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have another requested change for this as well. In deployed environments, we should pull these variables (as well as the bucket name) out of the
process.env.VCAP_SERVICES
environment variable.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should enable versioning on the bucket if it isn't enabled closing #130
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we drop
LOCAL_DEV
in favor ofprocess.env.NODE_ENV
as it's being used here:Head-Start-TTADP/src/app.js
Lines 71 to 75 in 4948bd3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds like a good approach.