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
Paul Meyer 6131301fdd
Standardize compute SDK version
6 years ago
..
README.md
appendblob.go
authorization.go
blob.go Standardize compute SDK version 6 years ago
blobsasuri.go Standardize compute SDK version 6 years ago
blobserviceclient.go update azure sdk version 7 years ago
blockblob.go Standardize compute SDK version 6 years ago
client.go Standardize compute SDK version 6 years ago
commonsasuri.go
container.go
copyblob.go
directory.go Standardize compute SDK version 6 years ago
entity.go Standardize compute SDK version 6 years ago
file.go Standardize compute SDK version 6 years ago
fileserviceclient.go
leaseblob.go
message.go update azure sdk version 7 years ago
odata.go Update Azure SDK for Go to v30.0.0 7 years ago
pageblob.go
queue.go update azure sdk version 7 years ago
queuesasuri.go
queueserviceclient.go
share.go
storagepolicy.go
storageservice.go Standardize compute SDK version 6 years ago
table.go Standardize compute SDK version 6 years ago
table_batch.go Update Azure SDK for Go to v30.0.0 7 years ago
tableserviceclient.go
util.go Update Azure SDK for Go to v30.0.0 7 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).