Skip to content

Storage

Everything under Quiote\Storage.

ClassDescription
ObjectListingOne page of ListableObjectStoreClientInterface::listObjects().
ObjectMetadataThe subset of a stored object’s HEAD response worth typing: everything else a provider returns (storage class, versioning, generation, SSE and custom metadata headers) is available from the raw response via the client’s own request() method for callers that need it.
ObjectStoreExceptionA failure talking to an object store.
ObjectSummaryOne entry in a ObjectListing: the same three metadata fields ObjectMetadata carries for a single object, plus the key they describe, so a listing result and a ObjectStoreClientInterface::head() result read the same way.
InterfaceDescription
ListableObjectStoreClientInterfaceAn ObjectStoreClientInterface whose store can also enumerate what it holds.
ObjectStoreClientInterfaceRead, write, remove and stat a single object in a flat keyed store.
NamespaceContents
Azure21 types
Gcs4 types
S34 types