diff options
Diffstat (limited to 'weed/command/filer_remote_sync.go')
| -rw-r--r-- | weed/command/filer_remote_sync.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/command/filer_remote_sync.go b/weed/command/filer_remote_sync.go index e7f6f971b..84d2f0e91 100644 --- a/weed/command/filer_remote_sync.go +++ b/weed/command/filer_remote_sync.go @@ -33,6 +33,10 @@ func (option *RemoteSyncOptions) AdjustedUrl(location *filer_pb.Location) string return location.Url } +func (option *RemoteSyncOptions) GetDataCenter() string { + return "" +} + var ( remoteSyncOptions RemoteSyncOptions ) |
