You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't always want to server to handle file uploads, and it's easy enough to use the AWS SDK, but the Disk util is just too convenient. Would it be possible to add this feature to it?
So the idea here is to skip the processing of the uploaded file for the backend, and instead upload it directly to a storage bucket from the frontend ( or other service ). This can be done securely by getting a signed upload url via the AWS SDK from your backend, and send that URL to the frontend. The admin can then use that URL to upload files to the pre selected bucket/folder. The URL expires in the set amount of time.
Same for the download URL. A temporary download link is created, and you can download the contents from there until it expires.
We don't always want to server to handle file uploads, and it's easy enough to use the AWS SDK, but the Disk util is just too convenient. Would it be possible to add this feature to it?
Something like:
Thought this does present a problem, to how to handle local file upload/downloads in this case, I don't have good idea for that one.
The text was updated successfully, but these errors were encountered: