Current section
Files
Jump to
Current section
Files
include/aws@services@s3_PutBucketPolicyRequest.hrl
-record(put_bucket_policy_request, {
bucket :: gleam@option:option(binary()),
checksum_algorithm :: gleam@option:option(aws@services@s3:checksum_algorithm()),
confirm_remove_self_bucket_access :: gleam@option:option(boolean()),
content_md5 :: gleam@option:option(binary()),
expected_bucket_owner :: gleam@option:option(binary()),
policy :: gleam@option:option(binary())
}).