Documentation
¶
Index ¶
- Constants
- type App
- func (a App) ConvertError(err error) error
- func (a App) CreateDir(ctx context.Context, name string) error
- func (a App) Enabled() bool
- func (a App) Info(ctx context.Context, pathname string) (model.Item, error)
- func (a App) List(ctx context.Context, pathname string) ([]model.Item, error)
- func (a App) Name() string
- func (a App) Path(pathname string) string
- func (a App) ReadFrom(ctx context.Context, pathname string) (io.ReadSeekCloser, error)
- func (a App) Remove(ctx context.Context, pathname string) error
- func (a App) Rename(ctx context.Context, oldName, newName string) error
- func (a App) UpdateDate(_ context.Context, _ string, _ time.Time) error
- func (a App) Walk(ctx context.Context, pathname string, walkFn func(model.Item) error) error
- func (a App) WithIgnoreFn(ignoreFn func(model.Item) bool) model.Storage
- func (a App) WriteTo(ctx context.Context, pathname string, reader io.Reader, opts model.WriteOpts) error
Constants ¶
View Source
const Name = "s3"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.