Re: [ceph-users] RGW 405 Method Not Allowed on CreateBucket

2019-06-14 Thread Casey Bodley
Hi Drew, Judging by the "PUT /" in the request line, this request is using the virtual hosted bucket format [1]. This means the bucket name is part of the dns name and Host header, rather than in the path of the http request. Making this work in radosgw takes a little extra configuration

[ceph-users] RGW 405 Method Not Allowed on CreateBucket

2019-06-14 Thread Drew Weaver
Hello, I am using the latest AWS PHP SDK to create a bucket. Every time I attempt to do this in the log I see: 2019-06-14 11:42:53.092 7fdff5459700 1 civetweb: 0x55c5450249d8: redacted - - [14/Jun/2019:11:42:53 -0400] "PUT / HTTP/1.1" 405 405 - aws-sdk-php/3.100.3 GuzzleHttp/6.3.3