R2 Rate Limit for GET & Usage API
1) What's the rate-limit for getting a file metadata using HeadObject?
2) Is there an HTTP endpoint other than the graphql for getting the classA and classB usage? There is <bucketURL>/usage but it doesn't return usage other than storage and file count.
Thanks!
Solution:Jump to solution
1) There isn't one, R2 has no set rate limit. Just make sure you retry on errors because there may be some occasionally if you have an insanely large rate of requests.
2) GraphQL is the only way...
1 Reply
Solution
1) There isn't one, R2 has no set rate limit. Just make sure you retry on errors because there may be some occasionally if you have an insanely large rate of requests.
2) GraphQL is the only way