1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-31 23:53:18 +00:00
Files
rclone/vendor/github.com/Azure/azure-sdk-for-go/storage
Nick Craig-Wood 6427029c4e vendor: update all dependencies
* Update all dependencies
  * Remove all `[[constraint]]` from Gopkg.toml
  * Add in the minimum number of `[[override]]` to build
  * Remove go get of github.com/inconshreveable/mousetrap as it is vendored
  * Update docs with new policy on constraints
2018-05-05 15:52:24 +01:00
..
2018-03-19 15:51:38 +00:00
2018-05-05 15:52:24 +01:00
2018-03-19 15:51:38 +00:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-03-19 15:51:38 +00:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-03-19 15:51:38 +00:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-05-05 15:52:24 +01:00
2018-03-19 15:51:38 +00:00

Azure Storage SDK for Go (Preview)

IMPORTANT: This package is in maintenance only and will be deprecated in the future. Consider using the new package for blobs currently in preview at github.com/Azure/azure-storage-blob-go. New Table, Queue and File packages are also in development.

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