tier: support remote file attributes and remember the file extension

This commit is contained in:
Chris Lu
2019-12-25 21:37:21 -08:00
parent 997f5ead93
commit 48d28d3eb2
6 changed files with 214 additions and 185 deletions

View File

@@ -349,6 +349,7 @@ message RemoteFile {
uint64 offset = 4;
uint64 file_size = 5;
uint64 modified_time = 6;
string extenstion = 7;
}
message VolumeTierInfo {
repeated RemoteFile files = 1;