本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
使用 擷取requestPayment組態 REST API
您可以要求資源 Payer
,決定在儲存貯體上設定的 requestPayment
值。
若要傳回 requestPayment 資源
-
使用 GET 請求來取得
requestPayment
資源,如下列請求所示。GET ?requestPayment HTTP/1.1 Host:
[BucketName]
.s3.amazonaws.com Date: Wed, 01 Mar 2009 12:00:00 GMT Authorization: AWS[Signature]
如果請求成功,Amazon S3 會傳回類似如下的回應。
HTTP/1.1 200 OK x-amz-id-2: [id] x-amz-request-id: [request_id] Date: Wed, 01 Mar 2009 12:00:00 GMT Content-Type: [type] Content-Length: [length] Connection: close Server: AmazonS3 <?xml version="1.0" encoding="UTF-8"?> <RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <Payer>Requester</Payer> </RequestPaymentConfiguration>
此回應顯示 payer
值設成 Requester
。