Expand description
ObjectStore trait definition
This trait defines the interface for S3-compatible storage operations. It allows the CLI to be decoupled from the specific S3 SDK implementation.
Structs§
- Bucket
Notification - Bucket notification rule
- Capabilities
- Backend capability information
- List
Options - Options for list operations
- List
Result - Result of a list operation
- Object
Info - Metadata for an object or bucket
- Object
Version - Metadata for an object version
- Object
Version List Result - Result of an object version list operation
Enums§
- Notification
Target - Bucket notification target type
Traits§
- Object
Store - Trait for S3-compatible storage operations