Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / rgw / rgw_sync_module_es_rest.h
1 #ifndef CEPH_RGW_SYNC_MODULE_ES_REST_H
2 #define CEPH_RGW_SYNC_MODULE_ES_REST_H
3
4 #include "rgw_rest.h"
5
6 class RGWElasticSyncModuleInstance;
7
8 class RGWRESTMgr_MDSearch_S3 : public RGWRESTMgr {
9 public:
10   explicit RGWRESTMgr_MDSearch_S3() {}
11
12   RGWHandler_REST *get_handler(struct req_state* s,
13                                const rgw::auth::StrategyRegistry& auth_registry,
14                                const std::string& frontend_prefix) override;
15 };
16
17 #endif