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.
terraform/vendor/github.com/Azure/azure-sdk-for-go/storage
Martin Atkins 6db3cf8e5b
vendor: upgrade Azure SDK and Azure/go-autorest
7 years ago
..
README.md backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
appendblob.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
authorization.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
blob.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
blobsasuri.go vendor: upgrade Azure SDK and Azure/go-autorest 7 years ago
blobserviceclient.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
blockblob.go vendor: upgrade Azure SDK and Azure/go-autorest 7 years ago
client.go vendor: upgrade Azure SDK and Azure/go-autorest 7 years ago
commonsasuri.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
container.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
copyblob.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
directory.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
entity.go vendor: upgrade Azure SDK and Azure/go-autorest 7 years ago
file.go vendor: upgrade Azure SDK and Azure/go-autorest 7 years ago
fileserviceclient.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
leaseblob.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
message.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
odata.go vendor: upgrade Azure SDK and Azure/go-autorest 7 years ago
pageblob.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
queue.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
queuesasuri.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
queueserviceclient.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
share.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
storagepolicy.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
storageservice.go vendor: upgrade Azure SDK and Azure/go-autorest 7 years ago
table.go vendor: upgrade Azure SDK and Azure/go-autorest 7 years ago
table_batch.go vendor: upgrade Azure SDK and Azure/go-autorest 7 years ago
tableserviceclient.go backend/azurerm: upgrading the SDK / support for proxies (#19414) 8 years ago
util.go vendor: upgrade Azure SDK and Azure/go-autorest 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).