cloudflare-docs icon indicating copy to clipboard operation
cloudflare-docs copied to clipboard

[R2] Add constraint on list `limit`

Open thibmeu opened this issue 1 year ago • 0 comments

When listing object, R2 API on workers might not respect the limit parameter set by the user, if include is set. This is due a limit on the total amount of data that a single list operation can return.

Summary

Make it clear when reading the limit documentation for R2 that it can be affected by other options, such as include.

Documentation checklist

thibmeu avatar Aug 22 '24 09:08 thibmeu