kubernetes/vendor/github.com/Azure/azure-sdk-for-go/storage
2018-06-22 16:22:57 -07:00
..
appendblob.go Rev Azure SDK to v11.1.1 2017-11-01 16:23:50 +13:00
authorization.go Rev Azure SDK to v11.1.1 2017-11-01 16:23:50 +13:00
blob.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
blobsasuri.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
blobserviceclient.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
blockblob.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
client.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
commonsasuri.go Rev Azure SDK to v11.1.1 2017-11-01 16:23:50 +13:00
container.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
copyblob.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
directory.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
entity.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
file.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
fileserviceclient.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
leaseblob.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
message.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
odata.go Rev Azure SDK to v11.1.1 2017-11-01 16:23:50 +13:00
pageblob.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
queue.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
queuesasuri.go Rev Azure SDK to v11.1.1 2017-11-01 16:23:50 +13:00
queueserviceclient.go Rev Azure SDK to v11.1.1 2017-11-01 16:23:50 +13:00
README.md Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
share.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
storagepolicy.go Rev Azure SDK to v11.1.1 2017-11-01 16:23:50 +13:00
storageservice.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
table_batch.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
table.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
tableserviceclient.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00
util.go Upgrade Azure Go SDK to v14.6.0 2018-04-26 09:38:48 +08:00

Azure Storage SDK for Go (Preview)

IMPORTANT: This package is in maintenance only and will be deprecated in the future. Consider using the new package for blobs currently in preview at github.com/Azure/azure-storage-blob-go. New Table, Queue and File packages are also in development.

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