S3 REST API and POST method

前端 未结 4 786
清酒与你
清酒与你 2020-11-28 17:20

I\'m using AWS S3 REST API, and after solving some annoying problems with signing it seems to work. However, when I use correct REST verb for creating resource, namely

4条回答
  •  悲&欢浪女
    2020-11-28 17:43

    In the original HTTP specification, the resource given in the payload of a POST request is "considered to be subordinate to the specified object" (i.e. the request URL). TimBL has said previously (can't find the reference) that it was modelled on the identically-named method in NNTP.

提交回复
热议问题