Blob Storage Library for Go (Evacuated from Microsoft)

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

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.