You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/Azure/azure-sdk-for-go/storage
Christopher Boumenot b8de835a91
merge conflicts
8 years ago
..
README.md merge conflicts 8 years ago
appendblob.go Update Azure SDK references 8 years ago
authorization.go Update Azure SDK references 8 years ago
blob.go merge conflicts 8 years ago
blobsasuri.go Update Azure SDK references 8 years ago
blobserviceclient.go Update Azure SDK references 8 years ago
blockblob.go merge conflicts 8 years ago
client.go merge conflicts 8 years ago
commonsasuri.go Update Azure SDK references 8 years ago
container.go merge conflicts 8 years ago
copyblob.go merge conflicts 8 years ago
directory.go merge conflicts 8 years ago
entity.go merge conflicts 8 years ago
file.go merge conflicts 8 years ago
fileserviceclient.go merge conflicts 8 years ago
leaseblob.go merge conflicts 8 years ago
message.go merge conflicts 8 years ago
odata.go Update Azure SDK references 8 years ago
pageblob.go merge conflicts 8 years ago
queue.go merge conflicts 8 years ago
queuesasuri.go Update Azure SDK references 8 years ago
queueserviceclient.go Update Azure SDK references 8 years ago
share.go merge conflicts 8 years ago
storagepolicy.go Update Azure SDK references 8 years ago
storageservice.go merge conflicts 8 years ago
table.go merge conflicts 8 years ago
table_batch.go merge conflicts 8 years ago
tableserviceclient.go Update Azure SDK references 8 years ago
util.go Update Azure SDK references 8 years ago

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