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

Version
v2.8.3+incompatible (latest)
Published
Oct 2, 2023
Platform
js/wasm
Imports
13 packages
Last checked
1 day ago

Tools for package owners.