mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 11:37:56 +08:00
tier: support remote file attributes and remember the file extension
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user