Question
SPACES - How can I solve the <Error><Code>NoSuchBucket</Code>
I’m setting up a file-share/storage and cannot get around this. The file-sharing script is on DO droplet, and ready for API credentials.
I’ve tried every configuration possible (I think). Error the same. Everything works perfectly when utilizing local disc.
Getting this in error logs:
Error executing “ListObjects” on “https://sfo2.digitaloceanspaces.com/https%3A%2F%2Fmedia-spdn.sfo2.digitaloceanspaces.com?prefix=2Lz71G4IIEkR8LKpIqwnMF7oB8Mz6ufWWeCqp3vd%2F2Lz71G4IIEkR8LKpIqwnMF7oB8Mz6ufWWeCqp3vd%2F&max-keys=1&encoding-type=url”; AWS HTTP error: Client error: GET https://sfo2.digitaloceanspaces.com/https%3A%2F%2Fmedia-spdn.sfo2.digitaloceanspaces.com?prefix=2Lz71G4IIEkR8LKpIqwnMF7oB8Mz6ufWWeCqp3vd%2F2Lz71G4IIEkR8LKpIqwnMF7oB8Mz6ufWWeCqp3vd%2F&max-keys=1&encoding-type=url
resulted in a 404 Not Found
response:
<?xml version=“1.0” encoding=“UTF-8”?><Error><Code>NoSuchBucket</Code><RequestId>tx000000000000020c02053-005c7b5e83-79b1 (truncated…)
NoSuchBucket (client): - <?xml version=“1.0” encoding=“UTF-8”?><Error><Code>NoSuchBucket</Code><RequestId>tx000000000000020c02053-005c7b5e83-79b1a-sfo2a</RequestId><HostId>79b1a-sfo2a-sfo</HostId></Error>
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.
×