hermes icon indicating copy to clipboard operation
hermes copied to clipboard

Consider adding ability to merge and split Blobs

Open ChristopherHogan opened this issue 4 years ago • 0 comments

Status Bucket::MergeBlobs(const std::vector<std::string> &old_names, const std::string &new_name);
Status Bucket::SplitBlobs(const std::string &old_name, const std::vector<std::string> &new_names);

ChristopherHogan avatar Apr 28 '21 20:04 ChristopherHogan