Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCryptoAlgorithms = []boshcrypto.Algorithm{boshcrypto.DigestAlgorithmSHA1, boshcrypto.DigestAlgorithmSHA512}
Functions ¶
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) }
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
blobstore_delegatorfakes
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Code generated by counterfeiter.
|
Code generated by counterfeiter. |
Click to show internal directories.
Click to hide internal directories.