Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmazonS3 ¶
type AmazonS3 interface { UploadObjectbyFilePath(string) (*s3.PutObjectOutput, error) UploadByteObject([]byte, string) (*s3.PutObjectOutput, error) GetObject(string) (*s3.GetObjectOutput, error) ListObjects() (*s3.ListObjectsV2Output, error) DeleteObject(string) (*s3.DeleteObjectOutput, error) GetURI() string }
func NewS3Session ¶
func NewS3Session() AmazonS3
Click to show internal directories.
Click to hide internal directories.