Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
S3Client ...
func NewS3Client ¶
NewS3Client ... ctor region is the region of the bucket you want to access leave it blank to use AWS_REGION environment variable
func NewS3ClientWithSession ¶
NewS3ClientWithSession ... ctor
func (Client) ListBucket ¶
ListBucket list all files in a bucket
func (Client) ListBucketDir ¶
ListBucketDir list all files in a bucket and supports a prefix if you want to list file of s3://mybucket/20111117/data you must call ListBucketDir("mybucket", "20111117/data")
Click to show internal directories.
Click to hide internal directories.