class Aws::S3::BucketRequestPayment
def put(options = {})
-
(EmptyStructure)
-
Options Hash:
(**options)
-
:expected_bucket_owner
(String
) -- -
:request_payment_configuration
(required, Types::RequestPaymentConfiguration
) -- -
:content_md5
(String
) --
Parameters:
-
options
(Hash
) -- ({})
Other tags:
- Example: Request syntax with placeholder values -
def put(options = {}) options = options.merge(bucket: @bucket_name) resp = @client.put_bucket_request_payment(options) resp.data end