Documentation ¶
Index ¶
- Variables
- func Exists(ctx context.Context, path string, client s3iface.S3API) (bool, error)
- func IsS3Path(path string) bool
- func NewClient(cfg *aws.Config) *s3.S3
- func ReadFile(ctx context.Context, path string, client s3iface.S3API) ([]byte, error)
- func Remove(ctx context.Context, path string, client s3iface.S3API) error
- func RemoveAll(ctx context.Context, path string, client s3iface.S3API) error
- type Info
- type Reader
- type Replacer
- type Writer
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidS3Path = errors.New("path is not a valid s3 location")
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.