Documentation ¶
Index ¶
- func NewS3Backend(conf map[string]string, logger log.Logger) (physical.Backend, error)
- type S3Backend
- func (s *S3Backend) Delete(ctx context.Context, key string) error
- func (s *S3Backend) Get(ctx context.Context, key string) (*physical.Entry, error)
- func (s *S3Backend) List(ctx context.Context, prefix string) ([]string, error)
- func (s *S3Backend) Put(ctx context.Context, entry *physical.Entry) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type S3Backend ¶
type S3Backend struct {
// contains filtered or unexported fields
}
S3Backend is a physical backend that stores data within an S3 bucket.
Click to show internal directories.
Click to hide internal directories.