Question

Access Denied DigitalOcean Spaces while accessing bucket

Hello,

I am getting response of access denied while trying to getBucket. I am using an AWS PHP class https://gist.github.com/mblint-postcron/d54f6785df3dbeeb955bdd3d901c7127


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Fixed the issue was, Date and host headers weren’t passing in.

Hi there,

I believe that you need to change the endpoint so that it is not s3.amazonaws.com but matches the details for your Space, eg. on line 66, update the following:

    public static $endpoint = 's3.amazonaws.com';

Here is an example on how to use Spaces with PHP S3 SDK:

https://docs.digitalocean.com/products/spaces/reference/s3-sdk-examples/#setup-and-configuration

Best,

Bobby

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.