Fixed conversion enabled logic.

This commit is contained in:
Patrick Fic
2020-01-16 10:41:42 -08:00
parent 619cc31c68
commit 5e19d53b29
3 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
**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. ???Figure out how to add thumbnails.