Question

Uploading multiple file to spaces

Hello Community,

I want to upload multiple files from frontend is there any way to do that?

I know I can bypass the backend by getting a pre-signed URL from the backend and then I can upload files directly from frontend which is okay.

But I need to upload multiple files do I need to get pre-signed URLs for all the files? Please let me know how can I upload multiple files into spaces.

Thank you in advance!


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

alexdo
Site Moderator
Site Moderator badge
November 30, 2022

Hello @ksarpatil17

The front end might not be ideal for uploading multiple files.

I’ll personally recommend you use software like Cyberduck or s3cmd to upload files via the command line or via script.

https://docs.digitalocean.com/products/spaces/reference/cyberduck/

https://docs.digitalocean.com/products/spaces/reference/s3cmd-usage/

Regards

alexdo
Site Moderator
Site Moderator badge
November 30, 2022

Hello @ksarpatil17

I’ll recommend using a tool to upload multiple files rather than using the front end.

Cyberduck is an open-source tool for Windows and macOS that provides a graphical interface to manage files for a wide variety of protocols and services, including FTP, SFTP, WebDav, and S3.

https://docs.digitalocean.com/products/spaces/reference/cyberduck/

Regards

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.