Documentation
¶
Index ¶
- func GetS3Document(region string, record events.S3EventRecord) ([]byte, error)
- func GetS3DocumentDefault(region string, bucket string, key string) ([]byte, error)
- func GetS3DocumentDefaultRaw(region string, bucket string, key string) (*s3.GetObjectOutput, error)
- func PutS3DocumentDefault(input PutS3DocumentDefaultInput) error
- type PutS3DocumentDefaultInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetS3Document ¶
func GetS3Document(region string, record events.S3EventRecord) ([]byte, error)
GetS3Document get s3 object
func GetS3DocumentDefault ¶
GetS3DocumentDefault get s3 object
func GetS3DocumentDefaultRaw ¶
GetS3DocumentDefaultRaw get s3 object and return output body
func PutS3DocumentDefault ¶
func PutS3DocumentDefault(input PutS3DocumentDefaultInput) error
PutS3DocumentDefault put byte array to s3 bucket
Types ¶
Click to show internal directories.
Click to hide internal directories.