diff options
Diffstat (limited to 'weed/command/s3.go')
| -rw-r--r-- | weed/command/s3.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/s3.go b/weed/command/s3.go index c1ccca820..0eff76d32 100644 --- a/weed/command/s3.go +++ b/weed/command/s3.go @@ -134,6 +134,7 @@ func (s3opt *S3Options) startS3Server() bool { return fmt.Errorf("get filer %s configuration: %v", filerGrpcAddress, err) } filerBucketsPath = resp.DirBuckets + glog.V(0).Infof("S3 read filer buckets dir: %s", filerBucketsPath) return nil }) if err != nil { |
