久久96国产精品久久久-久久发布国产伦子伦精品-久久精品国产精品青草-久久天天躁夜夜躁狠狠85麻豆

技術(shù)員聯(lián)盟提供win764位系統(tǒng)下載,win10,win7,xp,裝機(jī)純凈版,64位旗艦版,綠色軟件,免費(fèi)軟件下載基地!

當(dāng)前位置:主頁(yè) > 教程 > 服務(wù)器類 >

OSS參數(shù)不支持的操作

來(lái)源:技術(shù)員聯(lián)盟┆發(fā)布時(shí)間:2019-02-20 00:05┆點(diǎn)擊:

例如在PUT的時(shí)候,加入If-Modified-Since參數(shù),返回501 Not Implemented錯(cuò)誤

請(qǐng)求示例:

PUT /bucket/my-image.jpg HTTP/1.1 Host: storage.aliyun.com Date: Wed, 28 May 2011 22:32:00 GMT If-Modified-Since: Wed, 06 Apr 2011 10:02:46 GMT

返回消息頭示例:

501 Not Implemented x-oss-request-id: 77E534EBF90372BE Content-Type: application/xml Transfer-Encoding: chunked Date: Thu, 28 Apr 2011 08:03:07 GMT Connection: close Server: AliyunOSS

返回消息體示例:

<?xml version="1.0" ?> <Error> <Code> NotImplemented </Code> <Message> A header you provided implies functionality that is not implemented. </Message> <Header> If-Modified-Since </Header> <RequestId> 77E534EBF90372BE </RequestId> <HostId> storage.aliyun.com </HostId> </Error>