terraform/vendor/github.com/Azure/azure-sdk-for-go/storage
Martin Atkins 6db3cf8e5b vendor: upgrade Azure SDK and Azure/go-autorest
This involves some minor changes to the "azure" backend code to account
for upstream breaking changes.
2019-12-02 10:04:49 -08:00
..
README.md
appendblob.go
authorization.go
blob.go
blobsasuri.go vendor: upgrade Azure SDK and Azure/go-autorest 2019-12-02 10:04:49 -08:00
blobserviceclient.go
blockblob.go vendor: upgrade Azure SDK and Azure/go-autorest 2019-12-02 10:04:49 -08:00
client.go vendor: upgrade Azure SDK and Azure/go-autorest 2019-12-02 10:04:49 -08:00
commonsasuri.go
container.go
copyblob.go
directory.go
entity.go vendor: upgrade Azure SDK and Azure/go-autorest 2019-12-02 10:04:49 -08:00
file.go vendor: upgrade Azure SDK and Azure/go-autorest 2019-12-02 10:04:49 -08:00
fileserviceclient.go
leaseblob.go
message.go
odata.go vendor: upgrade Azure SDK and Azure/go-autorest 2019-12-02 10:04:49 -08:00
pageblob.go
queue.go
queuesasuri.go
queueserviceclient.go
share.go
storagepolicy.go
storageservice.go vendor: upgrade Azure SDK and Azure/go-autorest 2019-12-02 10:04:49 -08:00
table.go vendor: upgrade Azure SDK and Azure/go-autorest 2019-12-02 10:04:49 -08:00
table_batch.go vendor: upgrade Azure SDK and Azure/go-autorest 2019-12-02 10:04:49 -08:00
tableserviceclient.go
util.go vendor: upgrade Azure SDK and Azure/go-autorest 2019-12-02 10:04:49 -08:00

README.md

Azure Storage SDK for Go (Preview)

IMPORTANT: This package is in maintenance only and will be deprecated in the future. Please use one of the following packages instead.

Service Import Path/Repo
Storage - Blobs github.com/Azure/azure-storage-blob-go
Storage - Files github.com/Azure/azure-storage-file-go
Storage - Queues github.com/Azure/azure-storage-queue-go

The github.com/Azure/azure-sdk-for-go/storage package is used to manage Azure Storage data plane resources: containers, blobs, tables, and queues.

To manage storage accounts use Azure Resource Manager (ARM) via the packages at github.com/Azure/azure-sdk-for-go/services/storage.

This package also supports the Azure Storage Emulator (Windows only).