initial code repo
[stor4nfv.git] / src / ceph / src / rgw / rgw_sync_module_es_rest.h
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 (file)
index 0000000..4dd0698
--- /dev/null
@@ -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