azure

package
v0.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2021 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BlockstoreType = "azure"

	MaxBuffers = 1

	AuthMethodAccessKey = "access-key"
	AuthMethodMSI       = "msi"
)

Variables

View Source
var ErrEmptyBuffer = errors.New("TransferManager returned a 0 size buffer, this is a bug in the manager")
View Source
var (
	ErrNotImplemented = errors.New("not implemented")
)

Functions

func CompleteMultipart

func CompleteMultipart(ctx context.Context, parts []*s3.CompletedPart, container azblob.ContainerURL, objName string, retryOptions azblob.RetryReaderOptions) (*string, int64, error)

func GetAccessKeyCredentials added in v0.33.0

func GetAccessKeyCredentials(accountName, accountKey string) (azblob.Credential, error)

func GetMSICredentials added in v0.33.0

func GetMSICredentials() (azblob.Credential, error)

Types

type Adapter

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

func NewAdapter

func NewAdapter(pipeline pipeline.Pipeline, opts ...func(a *Adapter)) *Adapter

func (*Adapter) AbortMultiPartUpload

func (a *Adapter) AbortMultiPartUpload(_ block.ObjectPointer, _ string) error

func (*Adapter) BlockstoreType

func (a *Adapter) BlockstoreType() string

func (*Adapter) CompleteMultiPartUpload

func (a *Adapter) CompleteMultiPartUpload(obj block.ObjectPointer, _ string, multipartList *block.MultipartUploadCompletion) (*string, int64, error)

func (*Adapter) Copy

func (a *Adapter) Copy(sourceObj, destinationObj block.ObjectPointer) error

func (*Adapter) CreateMultiPartUpload

func (a *Adapter) CreateMultiPartUpload(obj block.ObjectPointer, _ *http.Request, _ block.CreateMultiPartUploadOpts) (string, error)

func (*Adapter) Download

func (a *Adapter) Download(obj block.ObjectPointer, offset, count int64) (io.ReadCloser, error)

func (*Adapter) Exists

func (a *Adapter) Exists(obj block.ObjectPointer) (bool, error)

func (*Adapter) GenerateInventory

func (a *Adapter) GenerateInventory(_ context.Context, _ logging.Logger, _ string, _ bool, _ []string) (block.Inventory, error)

func (*Adapter) Get

func (a *Adapter) Get(obj block.ObjectPointer, _ int64) (io.ReadCloser, error)

func (*Adapter) GetProperties

func (a *Adapter) GetProperties(obj block.ObjectPointer) (block.Properties, error)

func (*Adapter) GetRange

func (a *Adapter) GetRange(obj block.ObjectPointer, startPosition int64, endPosition int64) (io.ReadCloser, error)

func (*Adapter) GetStorageNamespaceInfo added in v0.33.0

func (a *Adapter) GetStorageNamespaceInfo() block.StorageNamespaceInfo

func (*Adapter) Put

func (a *Adapter) Put(obj block.ObjectPointer, sizeBytes int64, reader io.Reader, opts block.PutOpts) error

func (*Adapter) Remove

func (a *Adapter) Remove(obj block.ObjectPointer) error

func (*Adapter) UploadCopyPart

func (a *Adapter) UploadCopyPart(sourceObj, destinationObj block.ObjectPointer, _ string, _ int64) (string, error)

func (*Adapter) UploadCopyPartRange

func (a *Adapter) UploadCopyPartRange(sourceObj, destinationObj block.ObjectPointer, _ string, _, startPosition, endPosition int64) (string, error)

func (*Adapter) UploadPart

func (a *Adapter) UploadPart(obj block.ObjectPointer, _ int64, reader io.Reader, _ string, _ int64) (string, error)

func (*Adapter) ValidateConfiguration

func (a *Adapter) ValidateConfiguration(_ string) error

func (*Adapter) Walk

func (a *Adapter) Walk(walkOpt block.WalkOpts, walkFn block.WalkFunc) error

func (*Adapter) WithContext

func (a *Adapter) WithContext(ctx context.Context) block.Adapter

type BlobURLInfo added in v0.33.0

type BlobURLInfo struct {
	ContainerURL string
	BlobURL      string
}

type MultipartBlockWriter

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

func NewMultipartBlockWriter

func NewMultipartBlockWriter(reader *block.HashingReader, containerURL azblob.ContainerURL, objName string) *MultipartBlockWriter

func (*MultipartBlockWriter) CommitBlockList

func (*MultipartBlockWriter) StageBlock

type PrefixURLInfo added in v0.33.0

type PrefixURLInfo struct {
	ContainerURL string
	Prefix       string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL