X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Frgw%2Frgw_sync_module_es_rest.h;fp=src%2Fceph%2Fsrc%2Frgw%2Frgw_sync_module_es_rest.h;h=4dd0698f23517dc48b759204ad1cf396f4b207ba;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/src/rgw/rgw_sync_module_es_rest.h b/src/ceph/src/rgw/rgw_sync_module_es_rest.h new file mode 100644 index 0000000..4dd0698 --- /dev/null +++ b/src/ceph/src/rgw/rgw_sync_module_es_rest.h @@ -0,0 +1,17 @@ +#ifndef CEPH_RGW_SYNC_MODULE_ES_REST_H +#define CEPH_RGW_SYNC_MODULE_ES_REST_H + +#include "rgw_rest.h" + +class RGWElasticSyncModuleInstance; + +class RGWRESTMgr_MDSearch_S3 : public RGWRESTMgr { +public: + explicit RGWRESTMgr_MDSearch_S3() {} + + RGWHandler_REST *get_handler(struct req_state* s, + const rgw::auth::StrategyRegistry& auth_registry, + const std::string& frontend_prefix) override; +}; + +#endif