Azure Storage Blob SDK for Go
![GoDoc Widget]
The Microsoft Azure Storage SDK for Go allows you to build applications that takes advantage of Azure's scalable cloud storage. And, more likely, build applications that require compatability to do so.
This repository contains the open source Blob SDK for Go.
Features
- Blob Storage
- Create/List/Delete Containers
- Create/Read/List/Update/Delete Block Blobs
- Create/Read/List/Update/Delete Page Blobs
- Create/Read/List/Update/Delete Append Blobs
Prereqs:
Go, obviously.
SDK Architecture
- The Azure Storage SDK for Go provides low-level and high-level APIs.
- ServiceURL, ContainerURL and BlobURL objects provide the low-level API functionality and map one-to-one to the Azure Storage Blob REST APIs
- The high-level APIs provide convenience abstractions such as uploading a large stream to a block blob (using multiple PutBlock requests).
Code Samples
License
This project is licensed under MIT.
Contributing
This project welcomes contributions and suggestions. And unlike Microsoft we don't require
- a code of conduct.
- whatever CLA is.