fix comment

Signed-off-by: runzexia <runzexia@yunify.com>
This commit is contained in:
runzexia
2019-09-12 11:25:58 +08:00
parent 8d2d8f64a0
commit 85a0586529

View File

@@ -18,7 +18,7 @@ type S3Options struct {
func NewS3Options() *S3Options {
return &S3Options{
Endpoint: "http://openpitrix-minio.openpitrix-system.svc:9000",
Endpoint: "",
Region: "us-east-1",
DisableSSL: true,
ForcePathStyle: true,