Skip to main content

Module types

Module types 

Source
Expand description

Core types for the object / blob store.

Structs§

ObjectMeta
Metadata for a stored object (everything but the bytes).

Enums§

ObjectError
Errors returned by the object store.

Constants§

DEFAULT_CONTENT_TYPE
The default content type when none is supplied.

Functions§

etag_of
Content-addressed ETag: FNV-1a 64-bit over the bytes, as 16 hex digits.
valid_bucket_name
A bucket name must be non-empty and contain only [a-z0-9.-] (S3-ish).