Expand description
S3 operation handlers.
This module contains the implementations of all S3 operations, organized
into submodules by category. Each submodule exposes handle_* methods
on crate::provider::RustackS3.
The server binary bridges these handlers to the HTTP layer by implementing
the S3Handler trait from rustack-s3-http.
Modulesยง
- bucket
- Bucket CRUD operation handlers.
- bucket_
config - Bucket configuration operation handlers.
- list
- List operation handlers.
- multipart
- Multipart upload operation handlers.
- object
- Object CRUD operation handlers.
- object_
config - Object configuration operation handlers.