Skip to content

Commit

Permalink
TESTING
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Masarwa <ali.saed.masarwa@gmail.com>
  • Loading branch information
AliMasarweh committed May 10, 2023
1 parent 0d51134 commit 3fb4bb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rgw/rgw_pubsub.cc
Expand Up @@ -343,8 +343,9 @@ void encode_json(const char *name, const rgw::notify::EventTypeList& l, Formatte

void rgw_pubsub_topic_filter::dump(Formatter *f) const
{
encode_json("topic", topic, f);
encode_json("topic name", topic.name, f);
encode_json("events", events, f);
encode_json("filter", s3_filter, f);
}

void rgw_pubsub_bucket_topics::dump(Formatter *f) const
Expand Down

0 comments on commit 3fb4bb6

Please sign in to comment.