Documentation ¶
Index ¶
- type S3Backend
- func (b S3Backend) Delete(key string) error
- func (b S3Backend) Exists(key string) (bool, error)
- func (b S3Backend) Get(key string) (metadata backends.Metadata, r io.ReadCloser, err error)
- func (b S3Backend) Head(key string) (metadata backends.Metadata, err error)
- func (b S3Backend) List() ([]string, error)
- func (b S3Backend) Put(key string, r io.Reader, expiry time.Time, deleteKey, accessKey string) (m backends.Metadata, err error)
- func (b S3Backend) PutMetadata(key string, m backends.Metadata) (err error)
- func (b S3Backend) Size(key string) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3Backend ¶
type S3Backend struct {
// contains filtered or unexported fields
}
func NewS3Backend ¶
func (S3Backend) PutMetadata ¶
Click to show internal directories.
Click to hide internal directories.