Expand description

An object store implementation for Azure blob storage

Streaming uploads

ObjectStore::put_multipart will upload data in blocks and write a blob from those blocks. Data is buffered internally to make blocks of at least 5MB and blocks are uploaded concurrently.

ObjectStore::abort_multipart is a no-op, since Azure Blob Store doesn’t provide a way to drop old blocks. Instead unused blocks are automatically cleaned up after 7 days.

Modules

A list of known Azure authority hosts

Structs

Configure a connection to Microsoft Azure Blob Storage container using the specified credentials.