I’m new to Digital Ocean and I’m looking to use Spaces to store images for my app. I’m not using AWS, so I want to know if it’s possible to use Digital Ocean Spaces without using AWS S3? If so, how do I upload/fetch from my Spaces?
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hello @developersray
As mentioned by Bobby you can use s3cmd, CyberDuck and other tools with your Space product.
I also want to leave this mini-tutorial on s3cmd here:
https://www.digitalocean.com/community/questions/how-to-manage-digitalocean-spaces-using-s3cmd
Regards
Hi there,
Yes, you can use Spaces without having an AWS account, it is a totally separate product.
Spaces is an S3-compatible object storage so you can use any tool that you would use with AWS S3. For example here is a document that shows you how to use
s3cmd
:https://docs.digitalocean.com/products/spaces/reference/s3cmd/
Depending on your needs you could use Cyberduck or an S3 SDK as described here:
https://docs.digitalocean.com/products/spaces/reference/s3-sdk-examples/
Hope that this helps!
Let me know if you have any questions.
Best,
Bobby