1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-12 06:20:00 +02:00
seaweedfs/weed/pb/volume_server_pb/volume_server_helper.go
Chris Lu ec8de250e2 tiered storage: can copy to s3, read from s3
master not aware tiered volume yet, file assigning is not working yet
2019-12-02 15:08:31 -08:00

6 lines
114 B
Go

package volume_server_pb
func (m *RemoteFile) BackendName() string {
return m.BackendType + "." + m.BackendId
}