Skip to main content

Module blob_storage

Module blob_storage 

Source
Expand description

Blob storage abstraction for artifact publishing

Structs§

BlobStorageConfig
Blob storage configuration
LocalBlobStorage
Local filesystem blob storage (for testing)
S3BlobStorage
S3 blob storage (supports AWS S3 and S3-compatible services via endpoint)

Traits§

BlobStorage
Trait for blob storage backends

Functions§

create_blob_storage
Create blob storage from configuration