]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: new api to configure bucket's custom keys for mdsearch
authorYehuda Sadeh <yehuda@redhat.com>
Thu, 30 Mar 2017 23:32:24 +0000 (16:32 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 30 May 2017 20:24:43 +0000 (13:24 -0700)
commit8249f76b80244a70ac1f26b47d67b1cfb53a19ce
tree3dd48edcd892a5844eb23cdaf6c82409e6f19cbb
parent3f62f17f94121ec3400d1ae591672155ba51460a
rgw: new api to configure bucket's custom keys for mdsearch

POST /bucket?mdsearch
x-rgw-meta-search: <x-amz-meta-key>[;<str|int|date>][,...]

note that x-amz-meta-search header can also be used.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_common.h
src/rgw/rgw_es_query.h
src/rgw/rgw_json_enc.cc
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_s3.h