Documentation ¶
Index ¶
- type BlobStore
- func (b *BlobStore) Delete(path string) error
- func (b *BlobStore) DeleteAppBitsAction(dropletName string) *models.Action
- func (b *BlobStore) Download(path string) (io.ReadCloser, error)
- func (b *BlobStore) DownloadAppBitsAction(dropletName string) *models.Action
- func (b *BlobStore) DownloadDropletAction(dropletName string) *models.Action
- func (b *BlobStore) List() ([]blob.Blob, error)
- func (b *BlobStore) Upload(path string, contents io.ReadSeeker) error
- func (b *BlobStore) UploadDropletAction(dropletName string) *models.Action
- type Verifier
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobStore ¶
func New ¶
func New(blobTarget config_package.S3BlobStoreConfig) *BlobStore
func (*BlobStore) DeleteAppBitsAction ¶
func (*BlobStore) DownloadAppBitsAction ¶
func (*BlobStore) DownloadDropletAction ¶
Click to show internal directories.
Click to hide internal directories.