//
pkg.gl
Category
github.com/zjeremiah/task-tools
file
s3
package
0.2.0
Repository:
https://github.com/zjeremiah/task-tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
0
Files
371 SLOC
#
Functions
ListFiles
ListFiles will list all file objects in the provided pth directory.
NewOptions
No description provided by the author
NewReader
No description provided by the author
NewWriter
No description provided by the author
#
Variables
StoreHost
domain of s3 compatible api.
#
Structs
Options
No description provided by the author
Reader
Reader will read in streamed bytes from the s3 object.NewS3Client.
Writer
Writer will write to local buffer first and will copy all the written contents to the S3 destination after calling Close().