Explorar el Código

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

tags/v1.1.0
Alexander Lauster hace 4 años
padre
commit
cb17b4a1cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      cmd/cmd.go

+ 1
- 1
cmd/cmd.go Ver fichero

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


Cargando…
Cancelar
Guardar