packer-cn/vendor/github.com/Azure/azure-sdk-for-go/storage
Paul Meyer 6131301fdd Standardize compute SDK version 2020-04-07 22:49:24 +00:00
..
README.md merge conflicts 2018-07-11 14:54:57 -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 Standardize compute SDK version 2020-04-07 22:49:24 +00:00
blobsasuri.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
blobserviceclient.go update azure sdk version 2019-04-25 02:28:30 +00:00
blockblob.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
client.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
commonsasuri.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
container.go merge conflicts 2018-07-11 14:54:57 -07:00
copyblob.go merge conflicts 2018-07-11 14:54:57 -07:00
directory.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
entity.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
file.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
fileserviceclient.go merge conflicts 2018-07-11 14:54:57 -07:00
leaseblob.go merge conflicts 2018-07-11 14:54:57 -07:00
message.go update azure sdk version 2019-04-25 02:28:30 +00:00
odata.go Update Azure SDK for Go to v30.0.0 2019-05-30 21:25:43 +00:00
pageblob.go merge conflicts 2018-07-11 14:54:57 -07:00
queue.go update azure sdk version 2019-04-25 02:28:30 +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 merge conflicts 2018-07-11 14:54:57 -07:00
storagepolicy.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
storageservice.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
table.go Standardize compute SDK version 2020-04-07 22:49:24 +00:00
table_batch.go Update Azure SDK for Go to v30.0.0 2019-05-30 21:25:43 +00:00
tableserviceclient.go Update Azure SDK references 2018-05-01 06:04:55 +00:00
util.go Update Azure SDK for Go to v30.0.0 2019-05-30 21:25:43 +00: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).