//
pkg.gl
Category
github.com/pcelvng/task-tools
file
minio
package
0.29.0
Repository:
https://github.com/pcelvng/task-tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
17
Dependents
1
Files
451 SLOC
#
Functions
ListFiles
ListFiles will list all file objects in the provided pth directory.
NewReader
No description provided by the author
NewWriter
No description provided by the author
Stat
Stat a directory or file for additional information.
#
Variables
GSHost
No description provided by the author
S3Host
domain of s3 compatible api.
#
Structs
Option
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().