summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_oidc_provider.cc
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@redhat.com>2021-03-09 15:16:48 +0100
committerDaniel Gryniewicz <dang@redhat.com>2021-04-15 19:28:10 +0200
commitfd0cca079c488f242e10ff2514a3588f288b3773 (patch)
tree9abe7c406c2af7d01229f6f7c13933b791963e48 /src/rgw/rgw_oidc_provider.cc
parentMerge pull request #40873 from tchaikov/wip-50374 (diff)
downloadceph-fd0cca079c488f242e10ff2514a3588f288b3773.tar.xz
ceph-fd0cca079c488f242e10ff2514a3588f288b3773.zip
RGW Zipper - The Great Rename
Rename RGWFoo to Foo. It's all in the rgw::sal namespace anyway, so the RGW is redundant. Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Diffstat (limited to 'src/rgw/rgw_oidc_provider.cc')
-rw-r--r--src/rgw/rgw_oidc_provider.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_oidc_provider.cc b/src/rgw/rgw_oidc_provider.cc
index b4aa9ea4026..b76a0c24311 100644
--- a/src/rgw/rgw_oidc_provider.cc
+++ b/src/rgw/rgw_oidc_provider.cc
@@ -236,7 +236,7 @@ bool RGWOIDCProvider::validate_input()
}
int RGWOIDCProvider::get_providers(const DoutPrefixProvider *dpp,
- rgw::sal::RGWStore* store,
+ rgw::sal::Store* store,
const string& tenant,
vector<RGWOIDCProvider>& providers)
{