Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
for (auto& b : bs) {
result.push_back(b.get_key());
}
- return std::move(result);
+ return result;
}
static void get_hint_entities(const std::set<rgw_zone_id>& zones, const std::set<rgw_bucket>& buckets,
}
}
- return std::move(relevant_pipes);
+ return relevant_pipes;
}
static bool is_wildcard_bucket(const rgw_bucket& bucket)
result.push_back(pipe);
}
}
- return std::move(result);
+ return result;
}
/*
}
}
- return std::move(result);
+ return result;
}
/*
m.insert(make_pair(*pipe.source.zone, pipe));
}
- return std::move(m);
+ return m;
}
multimap<rgw_zone_id, rgw_sync_bucket_pipe> RGWBucketSyncPolicyHandler::get_all_dests() const
}
}
- return std::move(ids);
+ return ids;
}
vector<string> get_zone_names_from_ids(rgw::sal::RGWRadosStore *store,
}
}
- return std::move(names);
+ return names;
}
std::optional<DeleteMarkerReplication> delete_marker_replication;
e.all_zones = true;
e.bucket = b;
result.push_back(e);
- return std::move(result);
+ return result;
}
if (!zones) {