Searched defs:UploadRecord (Results 1 – 1 of 1) sorted by relevance
25 struct UploadRecord{ struct26 std::string opType;27 std::string uploadID;28 std::string filePath;29 std::string bucket;30 std::string key;31 std::string mtime;32 uint64_t size;33 uint64_t partSize;34 std::string md5Sum;
Completed in 6 milliseconds