Documentation ¶
Overview ¶
Package azure implements Azure Blob Storage.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Container is the name of the azure storage container where data is stored. Container string `json:"container"` // Prefix specifies additional string to prepend to all objects. Prefix string `json:"prefix,omitempty"` // Azure Storage account name and key StorageAccount string `json:"storageAccount"` StorageKey string `json:"storageKey" kopia:"sensitive"` // Alternatively provide SAS Token SASToken string `json:"sasToken" kopia:"sensitive"` StorageDomain string `json:"storageDomain,omitempty"` throttling.Limits }
Options defines options for Azure blob storage storage.
Click to show internal directories.
Click to hide internal directories.