Blob Storage Library for Go (Evacuated from Microsoft)

Jeff Cliff 39a7054602 remove CoC / CLA bs 5 éve
2016-05-31 df0527c223 fix more broken code 6 éve
2017-07-29 556eed54f8 Fixed retry_reader_test's package 6 éve
.gitignore 620d3cf549 ignore vendor 6 éve
.travis.yml a0955795ca Travis could be useful here 6 éve
Gopkg.lock b67c506542 Renamed APIs with significant changes 6 éve
Gopkg.toml bee81fa1f0 Updated pipeline dependency to 0.1.6 6 éve
LICENSE cf83f2aac3 Initial commit 6 éve
README.md 39a7054602 remove CoC / CLA bs 5 éve

README.md

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.