aboutsummaryrefslogtreecommitdiff
path: root/weed/command/s3.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@uber.com>2019-03-19 05:47:41 -0700
committerChris Lu <chris.lu@uber.com>2019-03-19 05:47:41 -0700
commitda871896c345372780c35de7364b42d910935c53 (patch)
tree32a8bf8419c3533a5d59ab194a2a6dcc664c95b2 /weed/command/s3.go
parent916b809c086e94208eabe2af1086bcb1289ed298 (diff)
downloadseaweedfs-da871896c345372780c35de7364b42d910935c53.tar.xz
seaweedfs-da871896c345372780c35de7364b42d910935c53.zip
weed filer: set grpc port to port + 10000
Diffstat (limited to 'weed/command/s3.go')
-rw-r--r--weed/command/s3.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/s3.go b/weed/command/s3.go
index a54ddd2f7..9aa9f8e2f 100644
--- a/weed/command/s3.go
+++ b/weed/command/s3.go
@@ -51,7 +51,7 @@ func runS3(cmd *Command, args []string) bool {
weed_server.LoadConfiguration("security", false)
- filerGrpcAddress, err := parseFilerGrpcAddress(*s3options.filer, *s3options.filerGrpcPort)
+ filerGrpcAddress, err := parseFilerGrpcAddress(*s3options.filer)
if err != nil {
glog.Fatal(err)
return false