* RGW & Object Tagging
@ 2017-03-01 17:13 Abhishek L
2017-03-02 20:10 ` Yehuda Sadeh-Weinraub
0 siblings, 1 reply; 2+ messages in thread
From: Abhishek L @ 2017-03-01 17:13 UTC (permalink / raw)
To: Development, Ceph
Last November, S3 introduced a new set of APIs for Object Tagging[1],
which are simply key value metadata associated with objects, this
however doesn't seem to be an API wrapped around the already existing
x-amz-meta-* tags[2]. Also, beyond an API to GET/PUT/POST tags, S3 also
seems to have support for tags in their LifeCycle, ACL and CloudWatch
Metrics.
Would such an API make sense for RGW?
I'd imagine implementing the API itself wouldn't be that difficult and
would fit similar to the way we handle object metadata & ACLs etc
currently. Adding this to elasticsearch might be interesting, but
supporting this in ACLs & LifeCycle might require much more work.
Thoughts?
[1]:
https://aws.amazon.com/about-aws/whats-new/2016/11/revolutionizing-s3-storage-management-with-4-new-features/
[2]: http://docs.aws.amazon.com/AmazonS3/latest/dev/object-tagging.html
Best,
Abhishek
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: RGW & Object Tagging
2017-03-01 17:13 RGW & Object Tagging Abhishek L
@ 2017-03-02 20:10 ` Yehuda Sadeh-Weinraub
0 siblings, 0 replies; 2+ messages in thread
From: Yehuda Sadeh-Weinraub @ 2017-03-02 20:10 UTC (permalink / raw)
To: Abhishek L; +Cc: Development, Ceph
On Wed, Mar 1, 2017 at 9:13 AM, Abhishek L <abhishek@suse.com> wrote:
> Last November, S3 introduced a new set of APIs for Object Tagging[1],
> which are simply key value metadata associated with objects, this
> however doesn't seem to be an API wrapped around the already existing
> x-amz-meta-* tags[2]. Also, beyond an API to GET/PUT/POST tags, S3 also
> seems to have support for tags in their LifeCycle, ACL and CloudWatch
> Metrics.
>
> Would such an API make sense for RGW?
> I'd imagine implementing the API itself wouldn't be that difficult and
> would fit similar to the way we handle object metadata & ACLs etc
> currently. Adding this to elasticsearch might be interesting, but
> supporting this in ACLs & LifeCycle might require much more work.
> Thoughts?
>
I'm all for implementing it. However, one thing that I'm missing in
this api is the ability to search objects by tags. I think that's a
useful feature that we can think of adding. E.g., a list bucket
request that includes a tags=<list of tags> and that will return any
object that includes one of these tags. This will require indexing
data by tags, which will require some thinking as to how to do it
correctly.
Thanks,
Yehuda
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-02 20:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-01 17:13 RGW & Object Tagging Abhishek L
2017-03-02 20:10 ` Yehuda Sadeh-Weinraub
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.