import "github.com/hashicorp/vault/physical/azure"
const ( // MaxBlobSize at this time MaxBlobSize = 1024 * 1024 * 4 // MaxListResults is the current default value, setting explicitly MaxListResults = 5000 )
NewAzureBackend constructs an Azure backend using a pre-existing bucket. Credentials can be provided to the backend, sourced from the environment, via HCL or by using managed identities.
type AzureBackend struct {
// contains filtered or unexported fields
}
AzureBackend is a physical backend that stores data within an Azure blob container.
Delete is used to permanently delete an entry
Get is used to fetch an entry
List is used to list all the keys under a given prefix, up to the next prefix.
Put is used to insert or update an entry
Package azure imports 18 packages (graph) and is imported by 10 packages. Updated 2020-11-17. Refresh now. Tools for package owners.