04.11.2013 19:56, schrieb Yehuda Sadeh:
This was answered off list on irc, but for the sake of completeness I'll answer here too. The issue is that s3cmd uses a virtual bucket host name. E.g., instead of http://<host>/bucket, it sends request to http://<bucket>.<host>, so in order for the gateway to identify which bucket is being used, it needs to be configured with the host name. So adding the following under the relevant section in your ceph.conf should solve the issue: rgw dns name = <host>
Yes this did the trick! One also has to remember to add a "ServerAlias *.example.com" to his apache vhost settings.
Thanks for your quick help! Corin _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com