# Functions
New returns initialized *S3.
NewBucket returns initialized *Bucket.
No description provided by the author
NewFromSession returns initialized *S3 from aws.Session.
No description provided by the author
No description provided by the author
NewPutObject returns initialized *PutObject from File.
NewPutObjectBytes returns initialized *PutObject from bytes.
NewPutObjectCopy returns initialized *PutObject from File and copy byte data.
NewPutObjectString returns initialized *PutObject from string.
# Constants
ACL settings.
ACL settings.
ACL settings.
ACL settings.
# Structs
Bucket is S3 Bucket wrapper struct.
CopyObjectRequest has parameters for `CopyObject` operation.
CopyObjectResponse contains data from CopyObject.
ListObjectsRequest has parameters for `ListObjectsV2` operation.
ListObjectsResponse contains data from ListObjectsV2.
No description provided by the author
PutObject is wrapper struct for the object to upload S3.
S3 has S3 client and bucket list.