首頁(yè)
對(duì)象存儲(chǔ)
開發(fā)參考
開發(fā)指南
API參考
關(guān)于Bucket操作
請(qǐng)求者付費(fèi)(RequestPayment)
GetBucketRequestPayment
GetBucketRequestPayment
更新時(shí)間:
GetBucketRequestPayment接口用于獲取請(qǐng)求者付費(fèi)模式配置信息。
請(qǐng)求語法
GET /?requestPayment HTTP/1.1
Date: GMT Date
Host: BucketName.oss.aliyuncs.com
Authorization: authorization string
響應(yīng)元素
名稱 | 類型 | 描述 |
RequestPaymentConfiguration | 容器 | 請(qǐng)求付費(fèi)配置的容器。 子節(jié)點(diǎn):Payer |
Payer | 字符串 | 指定Bucket付費(fèi)類型。 取值:BucketOwner、Requester 父節(jié)點(diǎn):RequestPaymentConfiguration |
示例
請(qǐng)求示例
GET /?requestPayment
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Tue, 23 Jul 2019 01:23:20 GMT
Authorization: OSS qn6q**************:77Dv****************
返回示例
200 (OK)
content-length: 129
server: AliyunOSS
x-oss-request-id: 5D366188B007B79097EC****
date: Tue, 23 Jul 2019 01:23:20 GMT
content-type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<RequestPaymentConfiguration>
<Payer>BucketOwner</Payer>
</RequestPaymentConfiguration>
SDK
錯(cuò)誤碼
錯(cuò)誤碼 | HTTP 狀態(tài)碼 | 描述 |
NoSuchBucket | 404 | 訪問的Bucket不存在。 |
文檔內(nèi)容是否對(duì)您有幫助?