package azure

import "github.com/docker/distribution/registry/storage/driver/azure"

Package azure provides a storagedriver.StorageDriver implementation to store blobs in Microsoft Azure Blob Storage Service.

Index

Types

type Driver

type Driver struct {
	// contains filtered or unexported fields
}

Driver is a storagedriver.StorageDriver implementation backed by Microsoft Azure Blob Storage Service.

func FromParameters

func FromParameters(parameters map[string]interface{}) (*Driver, error)

FromParameters constructs a new Driver with a given parameters map.

func New

func New(accountName, accountKey, container, realm string) (*Driver, error)

New constructs a new Driver with the given Azure Storage Account credentials

Source Files

azure.go blockblob.go blockid.go randomwriter.go zerofillwriter.go

Version
v2.2.1+incompatible
Published
Dec 9, 2015
Platform
js/wasm
Imports
15 packages
Last checked
35 minutes ago

Tools for package owners.