Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type S3WrapperClient ¶
func (*S3WrapperClient) DeleteFile ¶
func (client *S3WrapperClient) DeleteFile(folder string, file string) error
DeleteFile Delete a file from s3
func (*S3WrapperClient) ListFiles ¶
func (client *S3WrapperClient) ListFiles(folder string) ([]string, error)
ListFiles Lists files in a given bucket & folder
func (*S3WrapperClient) UploadFile ¶
func (client *S3WrapperClient) UploadFile(folder string, fileName string, path string) error
UploadFile Uploads a file to s3.
Click to show internal directories.
Click to hide internal directories.