S3 REST API and POST method

前端 未结 4 788
清酒与你
清酒与你 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:38

    +--------------------------------------+---------------------+
    |                 POST                 |         PUT         |
    +--------------------------------------+---------------------+
    | Neither safe nor idempotent Ex: x++; | Idempotent Ex: x=1; |
    +--------------------------------------+---------------------+
    

提交回复
热议问题