Documentation
¶
Overview ¶
package s3 implements an apt.Store in Amazon S3
Index ¶
- type Store
- func (store *Store) Create(ctx context.Context, name string, content io.Reader, contentLen int64) (apt.FileToken, error)
- func (store *Store) Delete(ctx context.Context, name string) error
- func (store *Store) Get(ctx context.Context, name string) (io.ReadCloser, apt.FileToken, error)
- func (store *Store) Link(ctx context.Context, oldName string, newName string) error
- func (store *Store) List(ctx context.Context, name string) ([]string, error)
- func (store *Store) Overwrite(ctx context.Context, name string, content io.Reader, contentLen int64) (apt.FileToken, error)
- func (store *Store) Replace(ctx context.Context, name string, token apt.FileToken, content io.Reader, ...) (apt.FileToken, error)
- func (store *Store) URL(ctx context.Context, name string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.