Storage
Everything under Quiote\Storage.
Classes
Section titled “Classes”| Class | Description |
|---|---|
ObjectListing | One page of ListableObjectStoreClientInterface::listObjects(). |
ObjectMetadata | The 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. |
ObjectStoreException | A failure talking to an object store. |
ObjectSummary | One 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. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
ListableObjectStoreClientInterface | An ObjectStoreClientInterface whose store can also enumerate what it holds. |
ObjectStoreClientInterface | Read, write, remove and stat a single object in a flat keyed store. |
Nested namespaces
Section titled “Nested namespaces”| Namespace | Contents |
|---|---|
Azure | 21 types |
Gcs | 4 types |
S3 | 4 types |