aboutsummaryrefslogtreecommitdiff
path: root/weed/command/s3.go
diff options
context:
space:
mode:
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 96fb4c58a..fa575b3db 100644
--- a/weed/command/s3.go
+++ b/weed/command/s3.go
@@ -250,7 +250,7 @@ func (s3opt *S3Options) startS3Server() bool {
} else {
glog.V(0).Infof("Starting S3 API Server with standard IAM")
}
-
+
s3ApiServer, s3ApiServer_err = s3api.NewS3ApiServer(router, &s3api.S3ApiServerOption{
Filer: filerAddress,
Port: *s3opt.port,