Documentation ¶ Index ¶ func GetObject(ctx context.Context, arn string, disableChecksumVerification ...bool) ([]byte, stackerr.Error) func PutObject[...](ctx context.Context, arn string, content ContentType, args *PutObjectArgs) stackerr.Error type PutObjectArgs Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetObject ¶ func GetObject(ctx context.Context, arn string, disableChecksumVerification ...bool) ([]byte, stackerr.Error) func PutObject ¶ func PutObject[ContentType string | *string | []byte | *bytes.Reader | *strings.Reader | *gzip.Reader | *bytes.Buffer](ctx context.Context, arn string, content ContentType, args *PutObjectArgs) stackerr.Error Types ¶ type PutObjectArgs ¶ type PutObjectArgs struct { ContentEncoding *string ContentType *string ContentLanguage *string ContentDisposition *string } Source Files ¶ View all Source files s3.go Click to show internal directories. Click to hide internal directories.