Expand description
Hierarchical path mapping for the multistore S3 proxy gateway.
This crate provides PathMapping for translating hierarchical URL paths
(e.g., /{account}/{product}/{key}) into flat internal bucket names
(e.g., account--product), and MappedRegistry for wrapping a
BucketRegistry so that path-based routing and list rewrite rules are
applied automatically.
Structsยง
- Mapped
Path - Result of mapping a request path.
- Mapped
Registry - Wraps a
BucketRegistryto add path-based routing. - Path
Mapping - Defines how URL path segments map to internal bucket names.