8 lines
265 B
Markdown
8 lines
265 B
Markdown
**S3 Folder Structure**
|
|
/{shopID}/{jobID}/imagename.ext
|
|
|
|
**Logic**
|
|
1. Get a presigned URL by hitting our own express server with a unique key.
|
|
2. Use this presigned URL to upload an individual file.
|
|
3. Store the key + the bucket name to the documents record.
|
|
4. |