Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
static RGWMetadataHandler *bucket_meta_handler = NULL;
static RGWMetadataHandler *bucket_instance_meta_handler = NULL;
-// define as static when RGWBucket implementation compete
+// define as static when RGWBucket implementation completes
void rgw_get_buckets_obj(const rgw_user& user_id, string& buckets_obj_id)
{
buckets_obj_id = user_id.to_str();
#include "common/ceph_time.h"
#include "rgw_formats.h"
-// define as static when RGWBucket implementation compete
+// define as static when RGWBucket implementation completes
extern void rgw_get_buckets_obj(const rgw_user& user_id, string& buckets_obj_id);
extern int rgw_bucket_store_info(RGWRados *store, const string& bucket_name, bufferlist& bl, bool exclusive,