Subject: | PUT bucket does not match Amazon API and fails |
As of version 0.45 of Amazon::S3, it attempts to create buckets by a PUT request to /buckets - however the API specifies that the URL is /
As a result the request fails, at least on some implementations of S3.