Re: [ceph-users] Need clarification about RGW S3 Bucket Tagging

2019-03-14 Thread Matt Benjamin
Yes, sorry to misstate that. I was conflating with lifecycle configuration support. Matt On Thu, Mar 14, 2019 at 10:06 AM Konstantin Shalygin wrote: > > On 3/14/19 8:58 PM, Matt Benjamin wrote: > > Sorry, object tagging. There's a bucket tagging question in another thread > > :) > > Luminous

Re: [ceph-users] Need clarification about RGW S3 Bucket Tagging

2019-03-14 Thread Konstantin Shalygin
On 3/14/19 8:58 PM, Matt Benjamin wrote: Sorry, object tagging. There's a bucket tagging question in another thread :) Luminous works fine with object tagging, at least on 12.2.11 getObjectTagging and putObjectTagging. [k0ste@WorkStation]$ curl -s

Re: [ceph-users] Need clarification about RGW S3 Bucket Tagging

2019-03-14 Thread Matt Benjamin
Sorry, object tagging. There's a bucket tagging question in another thread :) Matt On Thu, Mar 14, 2019 at 9:58 AM Matt Benjamin wrote: > > Hi Konstantin, > > Luminous does not support bucket tagging--although I've done Luminous > backports for downstream use, and would be willing to help with

Re: [ceph-users] Need clarification about RGW S3 Bucket Tagging

2019-03-14 Thread Matt Benjamin
Hi Konstantin, Luminous does not support bucket tagging--although I've done Luminous backports for downstream use, and would be willing to help with upstream backports if there is community support. Matt On Thu, Mar 14, 2019 at 9:53 AM Konstantin Shalygin wrote: > > On 3/14/19 8:36 PM, Casey

Re: [ceph-users] Need clarification about RGW S3 Bucket Tagging

2019-03-14 Thread Konstantin Shalygin
On 3/14/19 8:36 PM, Casey Bodley wrote: The bucket policy documentation just lists which actions the policy engine understands. Bucket tagging isn't supported, so those requests were misinterpreted as normal PUT requests to create a bucket. I opened https://github.com/ceph/ceph/pull/26952 to

Re: [ceph-users] Need clarification about RGW S3 Bucket Tagging

2019-03-14 Thread Casey Bodley
The bucket policy documentation just lists which actions the policy engine understands. Bucket tagging isn't supported, so those requests were misinterpreted as normal PUT requests to create a bucket. I opened https://github.com/ceph/ceph/pull/26952 to return 405 Method Not Allowed there

[ceph-users] Need clarification about RGW S3 Bucket Tagging

2019-03-14 Thread Konstantin Shalygin
Hi. I CC'ed Casey Bodley as new RGW tech lead. Luminous doc [1] tells that s3:GetBucketTagging & s3:PutBucketTagging methods is supported.But actually PutBucketTagging fails on Luminous 12.2.11 RGW with "provided input did not specify location constraint correctly", I think is issue [2], but