PUT Bucket requestPayment
From Hostway API Documentation
(Difference between revisions)
Mike.robski (Talk | contribs) |
Corinne.chui (Talk | contribs) m (1 revision) |
Latest revision as of 13:36, 30 May 2016
request payment configuration of a bucket.
PUT /?requestPayment
Requests
- Syntax
PUT /?requestPayment HTTP/1.1 Host: BucketName.hs2.hostway.com Date: date Authorization: signatureValue Content-Length: length <RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <Payer>payer</Payer> </RequestPaymentConfiguration>
- Parameters
This implementation of the operation does not use request parameters.
- Headers
This implementation of the operation only uses request headers common to all operations
- Elements in body
- Payer: Specifies who pays for the download and request fees.
- RequestPaymentConfiguration: Container for Payer.
Responses
- Headers
This implementation of the operation uses only response headers that are common to most responses
- Elements
This implementation of the operation does not return response elements.
Examples
- Sample Request
PUT /?requestPayment HTTP/1.1 Host: BucketName.hs2.hostway.com Content-Length: length Date: date Authorization: AWS signatureValue <RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <Payer>Requester</Payer> </RequestPaymentConfiguration>
- Sample Response
HTTP/1.1 200 OK Date : date Connection : keep-alive Content-Length : 0