Documentation
¶
Index ¶
- type S3
- func (s3 *S3) FileExists(filepath string) bool
- func (s3 *S3) GetFile(filepath string) (*[]byte, error)
- func (s3 *S3) ListDirectory(directory string) ([]string, error)
- func (s3 *S3) RemoveDirectory(directory string) error
- func (s3 *S3) RemoveFile(filepath string) error
- func (s3 *S3) Upload(path string, filename string, size int64) (int64, int64, 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 CreateS3Client ¶
func (*S3) FileExists ¶
func (*S3) RemoveDirectory ¶
func (*S3) RemoveFile ¶
Click to show internal directories.
Click to hide internal directories.