Skip to main content

Crate minco_plugin_object_storage

Crate minco_plugin_object_storage 

Source
Expand description

Provider-neutral object storage and a deterministic in-memory reference adapter.

Structs§

MemoryObjectStore
ObjectAccessService
ObjectKey
ObjectMetadata
ObjectStoragePlugin
ObjectStoreService
PresignGetObject
PresignPutObject
PresignedObjectRequest
Browser- or client-usable request produced by a provider adapter such as S3.
PutObject
StoredObject

Enums§

ObjectStoreError
PresignedMethod
HTTP method required by a signed direct-object request.

Traits§

ObjectAccessSigner
Provider adapter for direct upload and download URLs.
ObjectStore