I was able to set up a Swift (language) client SDK to write some code to put objects in a bucket, but the ListBuckets API returns 503 Service Unavailable. Should that API also work?
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Heya,
As already mentioned you might be hitting the limits.
Spaces have the following request rate limits:
750 requests (any operation) per IP address per second to all Spaces on an account.
240 total operations per second to any individual Space.
150 combined PUT, POST, COPY, DELETE, and LIST operations per second to any individual Space. We may further limit LIST operations if necessary under periods of high load.
5 PUT or COPY requests per 5 minutes to any individual object in a Space.
For more information you can take a look at the documentation here:
https://docs.digitalocean.com/products/spaces/details/limits/
Heya,
This can happen when you attempt too many requests at a time. Can you confirm how many items/objects you’re trying to upload?
Can you also upload a single file without any issues to verify that this works without hassle?
Regards