]> git.proxmox.com Git - ceph.git/blame - ceph/src/rgw/rgw_sync_module_pubsub_rest.h
buildsys: change download over to reef release
[ceph.git] / ceph / src / rgw / rgw_sync_module_pubsub_rest.h
CommitLineData
9f95a23c
TL
1// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2// vim: ts=8 sw=2 smarttab ft=cpp
3
4#pragma once
11fdf7f2
TL
5
6#include "rgw_rest.h"
7
eafe8130 8class RGWRESTMgr_PubSub : public RGWRESTMgr {
11fdf7f2 9public:
20effc67 10 virtual RGWHandler_REST* get_handler(rgw::sal::Store* store,
f67539c2 11 struct req_state* s,
11fdf7f2
TL
12 const rgw::auth::StrategyRegistry& auth_registry,
13 const std::string& frontend_prefix) override;
14};