k3s/vendor/github.com/Azure/azure-sdk-for-go/storage
2019-12-15 23:28:25 -07:00
..
appendblob.go Update vendor 2019-09-27 16:54:32 -07:00
authorization.go Update vendor 2019-09-27 16:54:32 -07:00
blob.go Update vendor 2019-09-27 16:54:32 -07:00
blobsasuri.go Update vendor 2019-09-27 16:54:32 -07:00
blobserviceclient.go Update vendor 2019-09-27 16:54:32 -07:00
blockblob.go Update vendor for k8s 1.17.0 2019-12-15 23:28:25 -07:00
client.go Update vendor 2019-09-27 16:54:32 -07:00
commonsasuri.go Update vendor 2019-09-27 16:54:32 -07:00
container.go Update vendor 2019-09-27 16:54:32 -07:00
copyblob.go Update vendor 2019-09-27 16:54:32 -07:00
directory.go Update vendor 2019-09-27 16:54:32 -07:00
entity.go Update vendor 2019-09-27 16:54:32 -07:00
file.go Update vendor 2019-09-27 16:54:32 -07:00
fileserviceclient.go Update vendor 2019-09-27 16:54:32 -07:00
leaseblob.go Update vendor 2019-09-27 16:54:32 -07:00
message.go Update vendor 2019-09-27 16:54:32 -07:00
odata.go Update vendor 2019-09-27 16:54:32 -07:00
pageblob.go Update vendor 2019-09-27 16:54:32 -07:00
queue.go Update vendor 2019-09-27 16:54:32 -07:00
queuesasuri.go Update vendor 2019-09-27 16:54:32 -07:00
queueserviceclient.go Update vendor 2019-09-27 16:54:32 -07:00
README.md Update vendor 2019-09-27 16:54:32 -07:00
share.go Update vendor 2019-09-27 16:54:32 -07:00
storagepolicy.go Update vendor 2019-09-27 16:54:32 -07:00
storageservice.go Update vendor 2019-09-27 16:54:32 -07:00
table_batch.go Update vendor 2019-09-27 16:54:32 -07:00
table.go Update vendor 2019-09-27 16:54:32 -07:00
tableserviceclient.go Update vendor 2019-09-27 16:54:32 -07:00
util.go Update vendor 2019-09-27 16:54:32 -07:00

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