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 POST
, I get 405 method not allowed
. Same request works fine with method PUT
and creates resource.
Am I doing something wrong, or is AWS S3 REST API not fully REST-compliant?