Documentation ¶
Index ¶
- func ForEachFile(uri, marker string, cont func(file string) error) (string, error)
- func GetBucket(input string) (string, error)
- func GetPath(input string) (string, error)
- func NewBucket(uri string) (*s3.Bucket, error)
- func PutMulti(bucket *s3.Bucket, path string, r io.Reader, contType string, perm s3.ACL) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ForEachFile ¶
Files calls `cont` on each file found at `uri` starting at marker. Pass `marker=""` to start from the beginning. Returns the marker that should be passed to pick-up where this call left off.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.