Module object_store::limit
source · Expand description
An object store that limits the maximum concurrency of the wrapped implementation
Structs§
- Store wrapper that wraps an inner store and limits the maximum number of concurrent object store operations. Where each call to an
ObjectStore
member function is considered a single operation, even if it may result in more than one network call - An
MultipartUpload
wrapper that limits the maximum number of concurrent requests