Documentation
¶
Index ¶
- type List
- type S3
- func (s *S3) Connect(ctx context.Context, st config.S3Settings) error
- func (s *S3) DownloadFile(ctx context.Context, key, dir string) error
- func (s *S3) DownloadFolder(ctx context.Context, prefix, dir string) error
- func (s *S3) List(ctx context.Context, prefix string) (List, error)
- func (s *S3) UploadFiles(ctx context.Context, prefix string, files []string) error
- func (s *S3) UploadFolder(ctx context.Context, prefix string, dir string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type S3 ¶
type S3 struct {
// contains filtered or unexported fields
}
func (*S3) DownloadFile ¶ added in v0.1.1
func (*S3) DownloadFolder ¶ added in v0.1.1
func (*S3) UploadFiles ¶
Click to show internal directories.
Click to hide internal directories.