Crate objectstore_types

Crate objectstore_types 

Source
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
ExpirationPolicy
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.