-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upload Photos #4
Comments
Generate or get UUIDS in NG or from API Gateway |
Handle for jpg png, etc |
@softEngJason Let me know if you need UUIDs from me |
Submit a GET request to this endpoint to get a one-time use response from the API gateway to securely upload a file into the bucket, includeing a query string for the The API gateway will respond with this payload
When you are ready to upload, include these elements as form data. CORS has already been configured. The following example is BSD-2 licensed showing how to do it with jQuery (sorry I couldn't find something better)
Post back an array of the |
Given a random user
AND a photo of that user
When they upload the photos
Then the photos should be stored in S3
AND named with UUIDS
The text was updated successfully, but these errors were encountered: