0ec109bdc0
* vendor updates - updating to v21.3.0 of github.com/Azure/azure-sdk-for-go - updating to v10.15.4 of github.com/Azure/go-autorest - vendoring github.com/hashicorp/go-azure-helpers @ 0.1.1 * backend/azurerm: refactoring to use the new auth package - refactoring the backend to use a shared client via the new auth package - adding tests covering both Service Principal and Access Key auth - support for authenticating using a proxy - rewriting the backend documentation to include examples of both authentication types * switching to use the build-in logging function * documenting it's also possible to retrieve the access key from an env var |
||
---|---|---|
.. | ||
README.md | ||
appendblob.go | ||
authorization.go | ||
blob.go | ||
blobsasuri.go | ||
blobserviceclient.go | ||
blockblob.go | ||
client.go | ||
commonsasuri.go | ||
container.go | ||
copyblob.go | ||
directory.go | ||
entity.go | ||
file.go | ||
fileserviceclient.go | ||
leaseblob.go | ||
message.go | ||
odata.go | ||
pageblob.go | ||
queue.go | ||
queuesasuri.go | ||
queueserviceclient.go | ||
share.go | ||
storagepolicy.go | ||
storageservice.go | ||
table.go | ||
table_batch.go | ||
tableserviceclient.go | ||
util.go |
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).