Expand description
This is a collection of types shared among various objectstore crates.
It primarily includes metadata-related structures being used by both the client and server/service components.
Structs§
- Metadata
- Per-object Metadata.
Enums§
- Compression
- The compression algorithm of an object to upload.
- Error
- Errors that can happen dealing with metadata
- Expiration
Policy - The per-object expiration policy
Constants§
- DEFAULT_
CONTENT_ TYPE - The default content type for objects without a known content type.
- HEADER_
EXPIRATION - The custom HTTP header that contains the serialized
ExpirationPolicy. - HEADER_
META_ PREFIX - The prefix for custom HTTP headers containing custom per-object metadata.
- HEADER_
REDIRECT_ TOMBSTONE - The custom HTTP header that contains the serialized redirect tombstone.
- PARAM_
SCOPE - HTTP request query parameter that contains the request scope.
- PARAM_
USECASE - HTTP request query parameter that contains the request usecase.