7 size_t index = file_path.find_last_of(sep);
8 if (index == std::string::npos) {
11 return file_path.substr(index+1);
17 if (!prefix.empty() && prefix.back() !=
'/') {
std::string GetFileName(const std::string &file_path)
std::string GenerateObjectKey(const std::string &file_path, const std::string &prefix)