Connect to DigitalOcean Spaces (AWS S3 equivalent)
Would it be possible to use Amazon S3 origin to connect to a Digitalocean bucket? Internally both services use the same protocol (both services are equivalent) but I was not able to achieve the connection.
I'm receiving this error
CONTAINER_0701 - Stage 'AmazonS3_01' initialization error: com.amazonaws.services.s3.model.AmazonS3Exception: Bad Request (Service: Amazon S3; Status Code: 400; Error Code: 400 Bad Request; Request ID: 2FCB649974DA9D33; S3 Extended Request ID: lvYbp2stHfH9o6RqifZ59AHzcTc5A/NyqotlC6+uTJDUjwByDagVrk02nOcBySX51RYYw6wfLuc=), S3 Extended Request ID: lvYbp2stHfH9o6RqifZ59AHzcTc5A/NyqotlC6+uTJDUjwByDagVrk02nOcBySX51RYYw6wfLuc=
Does anybody know if it's possible?
Thanks a lot!
How have you configured the S3 origin? In particular, the region/endpoint?
My space is https://XXXXXXXXX.fra1.digitaloceanspaces.com so I have put `eu-central-1` (not sure about that)