From 9549d2cb6caef0041287d5d5d26d77c767169098 Mon Sep 17 00:00:00 2001 From: Pritha Srivastava Date: Mon, 22 Nov 2021 12:27:03 +0530 Subject: [PATCH] rgw: adding a metadata section for roles. Signed-off-by: Pritha Srivastava --- src/rgw/rgw_sync.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/rgw_sync.cc b/src/rgw/rgw_sync.cc index a2b388d1eae08..c28410ab937cd 100644 --- a/src/rgw/rgw_sync.cc +++ b/src/rgw/rgw_sync.cc @@ -904,6 +904,7 @@ public: append_section_from_set(all_sections, "user"); append_section_from_set(all_sections, "bucket.instance"); append_section_from_set(all_sections, "bucket"); + append_section_from_set(all_sections, "roles"); std::move(all_sections.begin(), all_sections.end(), std::back_inserter(sections)); -- 2.39.5