Report this

What is the reason for this report?

spaces 403 when accessing public file through subdomain

Posted on August 17, 2019

SDK: AWS S3 JS SDK

I’ve created a spaces and assigned a subdomain to it, so upload works fine file is uploaded and can be viewed if using the origin URL while the Edge and Subdomain throw a 403.

Here is the upload code


spaces.putObject({
                            Bucket: storage.bucket,
                            ACL: "public-read",
                            Body: file,
                            Key: key,
                            CacheControl: 'max-age=3'
                            ContentType: fileType
                          })

any configuration I might be missing?

Thank you!



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.

Has this issue been solved? Anyone know how?

Same on my side. I’ve contacted support again to find a solution. Not sure why this happens.

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.