Report this

What is the reason for this report?

How do I use the Amazon-S3-iOS-SDK to upload images to DO spaces?

Posted on February 15, 2019

I would like to upload an image to my DO space in Swift. How can I do this with the Amazon-S3-iOS-SDK?

I really appreciate anyones help.

Thanks, Oscar



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.

You can use the Amazon-S3-iOS-SDK with Spaces because the DigitalOcean Spaces API is S3 compatible.

Make sure to you use the region specific end point for your DigitalOcean spaces as the S3 region endpoint - ${REGION}.digitaloceanspaces.com

And use your DigitalOcean API key instead of the AWS key and you should be good to go.

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.