quorum/vendor/github.com/Azure/azure-storage-go
Péter Szilágyi c76ad94492 .travis, build: autodelete old unstable archives (#13867)
This commit adds a build step to travis to auto-delete unstable archives older than
14 days (our regular release schedule) from Azure via ci.go purge.

The commit also pulls in the latest Azure storage code, also switching over from
the old import path (github.com/Azure/azure-sdk-for-go) to the new split one
(github.com/Azure/azure-storage-go).
2017-04-06 12:53:33 +02:00
..
LICENSE .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
README.md .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
authorization.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
blob.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
blobserviceclient.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
client.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
container.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
directory.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
file.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
fileserviceclient.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
glide.lock .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
glide.yaml .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
queue.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
queueserviceclient.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
share.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
storagepolicy.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
storageservice.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
table.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
table_entities.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
tableserviceclient.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
util.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00
version.go .travis, build: autodelete old unstable archives (#13867) 2017-04-06 12:53:33 +02:00

README.md

Azure Storage SDK for Go

GoDoc Build Status Go Report Card

The github.com/Azure/azure-sdk-for-go/storage package is used to perform operations in Azure Storage Service. To manage your storage accounts (Azure Resource Manager / ARM), use the github.com/Azure/azure-sdk-for-go/arm/storage package. For your classic storage accounts (Azure Service Management / ASM), use github.com/Azure/azure-sdk-for-go/management/storageservice package.

This package includes support for Azure Storage Emulator

Contributing

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.