Expand description
Core types for the object / blob store.
Structs§
- Object
Meta - Metadata for a stored object (everything but the bytes).
Enums§
- Object
Error - 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).