Expand description
An object store that limits the maximum concurrency of the wrapped implementation
Structsยง
- Limit
Store - Store wrapper that wraps an inner store and limits the maximum number of concurrent
object store operations. Where each call to an
ObjectStoremember function is considered a single operation, even if it may result in more than one network call - Limit
Upload - An
MultipartUploadwrapper that limits the maximum number of concurrent requests