Do I need an AWS account for using DigitalOcean Spaces? I see an example where we need to use driver = s3.
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.
No you do not need an AWS account to use Spaces. The reason you might have seen references to S3 is that the Spaces API was designed to be interoperable with Amazon’s AWS S3 API. That way you can use Spaces with the tooling you already know. In most cases, the only difference will be setting the “endpoint” or “base” URL to
${REGION}.digitaloceanspaces.com
.For more info, see: