Report this

What is the reason for this report?

Uploading to spaces from frontend JS

Posted on June 12, 2021

Hi, I was wondering whether it is possible to upload to spaces using frontend JS with using a onetime unique key or something similar. For example Amazon offers Amazon API gateway that lets you get a signed URL for uploading.

https://aws.amazon.com/blogs/compute/uploading-to-amazon-s3-directly-from-a-web-or-mobile-application/

For my use case, I only want to allow registered users on my app to upload large files. So my frontend app will ping my backend app for a special key or url, and once it has that it should have direct access to upload to spaces bypassing my backend.

This way I would not need to process the data through my droplets which could become intensive at peak times.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey @gogope2050,

We do support the functionality to upload files to spaces using pre-signed URLs just like the one in AWS. To implement the same, I’d request you to go through the mentioned link.

You could assign this to the registered users only which in turn would give them the access to upload their files directly to spaces bypassing the backend, thus relieving the load on the droplets.

Cheers, Taha Fatima

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.