Remove default endpoint because S3 SDK is automatically set the correct one based on the region

This commit is contained in:
Alexander Lauster 2019-06-23 20:40:18 +02:00
parent 6e03965c8b
commit cb17b4a1cc

View file

@ -99,7 +99,7 @@ var globalFlags = []cli.Flag{
cli.StringFlag{ cli.StringFlag{
Name: "s3-endpoint", Name: "s3-endpoint",
Usage: "", Usage: "",
Value: "http://s3-eu-west-1.amazonaws.com", Value: "",
EnvVar: "S3_ENDPOINT", EnvVar: "S3_ENDPOINT",
}, },
cli.StringFlag{ cli.StringFlag{