[ceph-users] RGW access problem

2015-06-24 Thread INKozin
Hello Ceph users, I've been playing with Ceph using Ceph-Docker. It's a very nice project to get started using Ceph. However I hit a problem getting S3 and Swift access via RGW. The problem is described here https://github.com/ceph/ceph-docker/issues/106 Everything (mon, osd, mds and rgw) runs in t

Re: [ceph-users] RGW access problem

2015-06-25 Thread INKozin
. Where can I find the rules for escape chars in keys? Thanks On 24 June 2015 at 22:45, INKozin wrote: > Hello Ceph users, > I've been playing with Ceph using Ceph-Docker. It's a very nice project to > get started using Ceph. However I hit a problem getting S3 and Swift ac

Re: [ceph-users] RGW access problem

2015-06-26 Thread INKozin
immediately occurred to me that the plain text output has to be parsed before being used elsewhere. On 25 June 2015 at 15:59, Alex Muntada wrote: > INKozin: > > > Where can I find the rules for escape chars in keys? > > http://json.org/ clearly states that / must be quoted. What ki