Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PathDecider ¶
func PathDecider(path string, listFunc ObjectListFunc, getFunc ObjectGetFunc) func() HTTPResponse
Types ¶
type HTTPResponse ¶
func GetObject ¶
func GetObject(objGetFn ObjectGetFunc) (r HTTPResponse)
func ListObjects ¶
func ListObjects(objListFn ObjectListFunc) (r HTTPResponse)
type ObjectListFunc ¶
type ObjectListFunc func() (*s3.ListObjectsV2Output, error)
func ToObjectListFunc ¶
Click to show internal directories.
Click to hide internal directories.