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
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.
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 nots3.amazonaws.com
but matches the details for your Space, eg. on line 66, update the following: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