Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ABS ¶
type ABS struct {
// contains filtered or unexported fields
}
ABS is a helper to wrap complex ABS logic
func New ¶
New returns a new ABS object for a given container using credentials set in the environment
func NewFromClient ¶
NewFromClient returns a new ABS object for a given container using the supplied storageClient
func (*ABS) CopyPrefix ¶
CopyPrefix copies all blobs with given prefix
func (*ABS) Get ¶
func (w *ABS) Get(key string) (io.ReadCloser, error)
Get gets the blob object specified by key from a ABS container
Click to show internal directories.
Click to hide internal directories.