Documentation ¶
Index ¶
- func CreateCopyObjectParams(destBucket, sourceBucket, objectKey string) *s3.CopyObjectInput
- func CreateGetObjectParams(bucket string, objectKey string) *s3.GetObjectInput
- func CreateHeadObjectParams(bucket, objectKey string) *s3.HeadObjectInput
- func CreatePutObjectParams(buffer []byte, bucket, filePath string) *s3.PutObjectInput
- func CreateS3Client(region string) *s3.S3
- func CreateS3InputSerializationCSV(compressionType string) *s3.InputSerialization
- func CreateSelectObjectContectParams(bucket, key, expression string) *s3.SelectObjectContentInput
- func DownloadFromS3(client *s3.S3, bucket, key string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCopyObjectParams ¶
func CreateCopyObjectParams(destBucket, sourceBucket, objectKey string) *s3.CopyObjectInput
func CreateGetObjectParams ¶
func CreateGetObjectParams(bucket string, objectKey string) *s3.GetObjectInput
func CreateHeadObjectParams ¶
func CreateHeadObjectParams(bucket, objectKey string) *s3.HeadObjectInput
func CreatePutObjectParams ¶
func CreatePutObjectParams(buffer []byte, bucket, filePath string) *s3.PutObjectInput
func CreateS3Client ¶
func CreateS3InputSerializationCSV ¶ added in v1.2.0
func CreateS3InputSerializationCSV(compressionType string) *s3.InputSerialization
func CreateSelectObjectContectParams ¶ added in v1.2.0
func CreateSelectObjectContectParams(bucket, key, expression string) *s3.SelectObjectContentInput
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.