Module azure

Source
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.

Unused blocks will automatically be dropped after 7 days.

Modules§

authority_hosts
A list of known Azure authority hosts

Structs§

AzureAccessKey
A shared Azure Storage Account Key
AzureAuthorizer
Authorize a Request with an AzureAuthorizer
MicrosoftAzure
Interface for Microsoft Azure Blob Storage.
MicrosoftAzureBuilder
Configure a connection to Microsoft Azure Blob Storage container using the specified credentials.

Enums§

AzureConfigKey
Configuration keys for MicrosoftAzureBuilder
AzureCredential
An Azure storage credential

Type Aliases§

AzureCredentialProvider
CredentialProvider for MicrosoftAzure