diff options
Diffstat (limited to 'weed/mount/wfs_filer_client.go')
| -rw-r--r-- | weed/mount/wfs_filer_client.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/mount/wfs_filer_client.go b/weed/mount/wfs_filer_client.go index 35ab9b40c..947369d21 100644 --- a/weed/mount/wfs_filer_client.go +++ b/weed/mount/wfs_filer_client.go @@ -49,3 +49,7 @@ func (wfs *WFS) AdjustedUrl(location *filer_pb.Location) string { } return location.Url } + +func (wfs *WFS) GetDataCenter() string { + return wfs.option.DataCenter +} |
