Current section
Files
Jump to
Current section
Files
include/aws@services@s3_GetObjectTorrentRequest.hrl
-record(get_object_torrent_request, {
bucket :: gleam@option:option(binary()),
expected_bucket_owner :: gleam@option:option(binary()),
key :: gleam@option:option(binary()),
request_payer :: gleam@option:option(aws@services@s3:request_payer())
}).