diff options
Diffstat (limited to 'weed/command/filer_remote_gateway.go')
| -rw-r--r-- | weed/command/filer_remote_gateway.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/command/filer_remote_gateway.go b/weed/command/filer_remote_gateway.go index 8d9421d8e..6446d28d0 100644 --- a/weed/command/filer_remote_gateway.go +++ b/weed/command/filer_remote_gateway.go @@ -43,6 +43,10 @@ func (option *RemoteGatewayOptions) AdjustedUrl(location *filer_pb.Location) str return location.Url } +func (option *RemoteGatewayOptions) GetDataCenter() string { + return "" +} + var ( remoteGatewayOptions RemoteGatewayOptions ) |
