On Sun, Jul 1, 2012 at 10:22 PM, Chuanyu <chuanyu@xxxxxxxxxxxxxx> wrote: > Hi Yehuda, Florian, > > I follow the wiki, and steps which you discussed, > construct my ceph system with rados gateway, > and I can use libs3 to upload file via radosgw, (thanks a lot!) > but got "405 Method Not Allowed" when I use swift, > > $ swift -v -A http://s3.paca.tw:80/auth -U paca:paca1 -K > UoJO4nFgdAoX+9nEftElIY+AMmDIkcrUBkycNKPA stat > Auth GET failed: http://s3.paca.tw:80/auth/tokens 405 Method Not Allowed > > ( Because there has no test step on wiki, > I follow the Florian's question, and guess the test command is above ?!) > > my radosgw-admin config: > $ radosgw-admin user info --uid=paca > { "user_id": "paca", > "rados_uid": 0, > "display_name": "chuanyu", > "email": "chuanyu@xxxxxxxxxxxxxx", > "suspended": 0, > "subusers": [ > { "id": "paca:paca1", > "permissions": "<none>"}], This is most likely your problem. You're being bitten by http://tracker.newdream.net/issues/2650. Try "radosgw-admin subuser modify --subuser=paca:paca1 --access=full" and see if that improves things. Cheers, Florian -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html