Apparently this belonged to Object branch and escaped during
refactoring in commit
84d746b36.
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
void RGWPutMetadataAccount::execute()
{
- rgw_obj obj;
map<string, bufferlist> attrs, orig_attrs, rmattrs;
RGWObjVersionTracker acct_op_tracker;
- /* Get the name of raw object which stores the metadata in its xattrs. */
- string buckets_obj_id;
- rgw_get_buckets_obj(s->user.user_id, buckets_obj_id);
- obj = rgw_obj(store->zone.user_uid_pool, buckets_obj_id);
-
ret = get_params();
if (ret < 0) {
return;