distribution/vendor/github.com/Azure/azure-sdk-for-go/storage
Yu Wang 62797237b9 closes #2496 and #2552
Update Azure SDK with release v16.2.1
Update Azure autorest SDK with release v10.8.1

Signed-off-by: Yu Wang <yuwa@microsoft.com>
2018-06-08 16:53:02 -07:00
..
appendblob.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
authorization.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
blob.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
blobsasuri.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
blobserviceclient.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
blockblob.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
client.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
commonsasuri.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
container.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
copyblob.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
directory.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
entity.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
file.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
fileserviceclient.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
leaseblob.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
message.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
odata.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
pageblob.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
queue.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
queuesasuri.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
queueserviceclient.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
README.md closes #2496 and #2552 2018-06-08 16:53:02 -07:00
share.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
storagepolicy.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
storageservice.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
table.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
table_batch.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
tableserviceclient.go closes #2496 and #2552 2018-06-08 16:53:02 -07:00
util.go closes #2496 and #2552 2018-06-08 16:53:02 -07: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).