diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-03-02 20:59:39 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-03-02 20:59:39 -0800 |
| commit | e982b06bcdbb1d5f5433d4befd1b457e0bc23562 (patch) | |
| tree | 8245b1f15473db2be4ce8d24d568ed85fc25b015 /weed/command/s3.go | |
| parent | bcf32591b7971e912b8ea1814c0f63f95f9b352d (diff) | |
| download | seaweedfs-e982b06bcdbb1d5f5433d4befd1b457e0bc23562.tar.xz seaweedfs-e982b06bcdbb1d5f5433d4befd1b457e0bc23562.zip | |
support IPv6
Diffstat (limited to 'weed/command/s3.go')
| -rw-r--r-- | weed/command/s3.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/s3.go b/weed/command/s3.go index d8e3e306b..c8292a7d5 100644 --- a/weed/command/s3.go +++ b/weed/command/s3.go @@ -137,7 +137,7 @@ func runS3(cmd *Command, args []string) bool { func (s3opt *S3Options) startS3Server() bool { - filerGrpcAddress, err := pb.ParseFilerGrpcAddress(*s3opt.filer) + filerGrpcAddress, err := pb.ParseServerToGrpcAddress(*s3opt.filer) if err != nil { glog.Fatal(err) return false |
