Packages

Typed Gleam client for Amazon S3. Generated from the upstream Smithy model with S3 helpers under aws/s3/. Depends on aws_gleam_runtime.

Current section

Files

Jump to
aws_gleam_s3 include aws@services@s3_UploadPartCopyRequest.hrl
Raw

include/aws@services@s3_UploadPartCopyRequest.hrl

-record(upload_part_copy_request, {
bucket :: binary(),
copy_source :: binary(),
copy_source_if_match :: gleam@option:option(binary()),
copy_source_if_modified_since :: gleam@option:option(aws@internal@codec@json_timestamp:timestamp()),
copy_source_if_none_match :: gleam@option:option(binary()),
copy_source_if_unmodified_since :: gleam@option:option(aws@internal@codec@json_timestamp:timestamp()),
copy_source_range :: gleam@option:option(binary()),
copy_source_sse_customer_algorithm :: gleam@option:option(binary()),
copy_source_sse_customer_key :: gleam@option:option(binary()),
copy_source_sse_customer_key_md5 :: gleam@option:option(binary()),
expected_bucket_owner :: gleam@option:option(binary()),
expected_source_bucket_owner :: gleam@option:option(binary()),
key :: binary(),
part_number :: integer(),
request_payer :: gleam@option:option(aws@services@s3:request_payer()),
sse_customer_algorithm :: gleam@option:option(binary()),
sse_customer_key :: gleam@option:option(binary()),
sse_customer_key_md5 :: gleam@option:option(binary()),
upload_id :: binary()
}).