
put-bucket-request-payment
**************************


DESCRIPTION
===========

Sets the request payment configuration for a bucket. By default, the
bucket owner pays for downloads from the bucket. This configuration
parameter enables the bucket owner (only) to specify that the person
requesting the download will be charged for the download.


SYNOPSIS
========

   aws s3 put-bucket-request-payment
     --request-payment-configuration <value>
     --bucket <value>
     [--content-md5 <value>]


REQUIRED PARAMETERS
===================

"--request-payment-configuration"  (structure)
   "payer"  (string)Specifies who pays for the download and request
   fees.

   *Parameter Syntax*

      {
        "payer": "Requester"|"BucketOwner"
      }

"--bucket"  (string)


OPTIONAL PARAMETERS
===================

"--content-md5"  (string)
