httpblobprovider

package
v2.367.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2021 License: Apache-2.0 Imports: 12 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

Functions

func NewBlobstoreHTTPClient

func NewBlobstoreHTTPClient(blobstoreSettings settings.Blobstore) (*http.Client, error)

Types

type HTTPBlobImpl

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

func NewHTTPBlobImpl

func NewHTTPBlobImpl(fs boshsys.FileSystem, httpClient *http.Client) *HTTPBlobImpl

func NewHTTPBlobImplWithDigestAlgorithms

func NewHTTPBlobImplWithDigestAlgorithms(fs boshsys.FileSystem, httpClient *http.Client, algorithms []boshcrypto.Algorithm) *HTTPBlobImpl

func (*HTTPBlobImpl) Get

func (h *HTTPBlobImpl) Get(signedURL string, digest boshcrypto.Digest, headers map[string]string) (string, error)

func (*HTTPBlobImpl) Upload

func (h *HTTPBlobImpl) Upload(signedURL, filepath string, headers map[string]string) (boshcrypto.MultipleDigest, error)

type HTTPBlobProvider

type HTTPBlobProvider interface {
	Upload(signedURL, filepath string, headers map[string]string) (boshcrypto.MultipleDigest, error)
	Get(signedURL string, digest boshcrypto.Digest, headers map[string]string) (string, error)
}

Directories

Path Synopsis
blobstore_delegatorfakes
Code generated by counterfeiter.
Code generated by counterfeiter.
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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