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
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
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.