Re: [ceph-users] swift capabilities support in radosgw

2018-01-29 Thread Syed Armani
Hi Matt, Thanks for your response. Do you think that setting the following two variables will fix the problem? rgw swift url = https://mycloud:8080 rgw swift url prefix = / Cheers, Syed On 26/01/18 8:02 PM, Matt Benjamin wrote: > Hi Syed, > > RGW supports Swift /info in Luminous. > > By

Re: [ceph-users] swift capabilities support in radosgw

2018-01-26 Thread Matt Benjamin
Hi Syed, RGW supports Swift /info in Luminous. By default iirc those aren't at the root of the URL hierarchy, but there's an option to change that, since last year, see https://github.com/ceph/ceph/pull/10280. Matt On Fri, Jan 26, 2018 at 5:10 AM, Syed Armani wrote: >

[ceph-users] swift capabilities support in radosgw

2018-01-26 Thread Syed Armani
Hello folks, I am getting this error "Capabilities GET failed: https://SWIFT:8080/info 404 Not Found", when executing a "$ swift capabilities" command against a radosgw cluster. I was wondering whether radosgw supports the listing of activated capabilities[0] via Swift API? Something a