Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type ObjectStore ¶
type ObjectStore struct {
*s3.S3
*s3manager.Uploader
*s3manager.Downloader
// contains filtered or unexported fields
}
ObjectStore implements the provider.ObjectStore interface for AWS S3.
func NewObjectStore ¶
func NewObjectStore(cfg *Config, bucket string) (*ObjectStore, error)
Click to show internal directories.
Click to hide internal directories.