Documentation ¶
Index ¶
- Constants
- type Config
- type Store
- func (s *Store) Delete(ctx context.Context, key string) (bool, error)
- func (s *Store) DeleteDirectory(ctx context.Context, key string) error
- func (s *Store) Exists(ctx context.Context, key string) (bool, error)
- func (s *Store) Get(ctx context.Context, key string) (io.ReadCloser, error)
- func (s *Store) Put(ctx context.Context, key string, reader io.Reader, ...) error
Constants ¶
View Source
const Type = "s3"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) DeleteDirectory ¶ added in v1.31.0
Click to show internal directories.
Click to hide internal directories.