packer-cn/vendor/github.com/Azure/azure-sdk-for-go/storage
Matthew Hooker 8848682c35
fix azure vendors.
No changes but correct checksums.
2018-05-07 15:17:45 -07:00
..
README.md fix azure vendors. 2018-05-07 15:17:45 -07:00
appendblob.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
authorization.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
blob.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
blobsasuri.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
blobserviceclient.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
blockblob.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
client.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
commonsasuri.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
container.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
copyblob.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
directory.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
entity.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
file.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
fileserviceclient.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
leaseblob.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
message.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
odata.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
pageblob.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
queue.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
queuesasuri.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
queueserviceclient.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
share.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
storagepolicy.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
storageservice.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
table.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
table_batch.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
tableserviceclient.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
util.go Update Azure SDK references 2018-05-01 06:04:55 +00:00

README.md

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