GetBucketRequestPayment
Returns the request payment configuration of a bucket. To use this version of the operation, you must be the bucket owner
Request Syntax
URI Request Parameters
The request uses the following URI parameters.
Bucket
The name of the bucket for which to get the payment request configuration
Required: Yes
x-amz-expected-bucket-owner
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden
(access denied).
Request Body
The request does not have a request body.
Response Syntax
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in XML format by the service.
RequestPaymentConfiguration
Root level tag for the RequestPaymentConfiguration parameters.
Required: Yes
Payer
Specifies who pays for the download and request fees.
Type: String
Valid Values: Requester | BucketOwner
Examples
Sample Request
The following request returns the payer for the bucket, colorpictures
.
Sample Response
This response shows that the bucket is a Requester Pays bucket, meaning the person requesting a download from this bucket pays the transfer fees.
Last updated