AllAboutLearningPress / Photo-Storage-and-Gallery

Share photo assets with all users in an easy to use gallery with a powerful backend.
3 stars 2 forks source link

Upload directly to s3 using presigned putobject url #48

Closed AshrafAkon closed 3 years ago

AshrafAkon commented 3 years ago

Currently the file is uploaded to PHP then moved to s3. But in the next phase, we will directly upload to s3 using presigned object url.

AshrafAkon commented 3 years ago

Feature implemented. This reduced the upload time by 60%