Documentation ¶
Index ¶
- Variables
- func New(ctx context.Context, u *url.URL) (backends.Backend, error)
- type Backend
- func (b *Backend) Close() error
- func (b *Backend) Delete(ctx context.Context, path string) error
- func (b *Backend) Get(ctx context.Context, path string, offset, length int64) (io.ReadCloser, error)
- func (b *Backend) List(ctx context.Context, prefix string, ...) error
- func (b *Backend) Put(ctx context.Context, path string, data io.Reader) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Error = errs.Class("s3 error")
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.