]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/services/svc_bucket.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / services / svc_bucket.cc
index dff3677cf2be66f2f9953b76b2c4b82d59afdaf4..b115990d2bf80441d51ce39620b50c5b5412eb0d 100644 (file)
@@ -6,7 +6,7 @@
 
 #define dout_subsys ceph_subsys_rgw
 
-string RGWSI_Bucket::get_entrypoint_meta_key(const rgw_bucket& bucket)
+std::string RGWSI_Bucket::get_entrypoint_meta_key(const rgw_bucket& bucket)
 {
   if (bucket.bucket_id.empty()) {
     return bucket.get_key();
@@ -18,7 +18,7 @@ string RGWSI_Bucket::get_entrypoint_meta_key(const rgw_bucket& bucket)
   return b.get_key();
 }
 
-string RGWSI_Bucket::get_bi_meta_key(const rgw_bucket& bucket)
+std::string RGWSI_Bucket::get_bi_meta_key(const rgw_bucket& bucket)
 {
   return bucket.get_key();
 }