Przeglądaj źródła

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

tags/v1.1.0
Alexander Lauster 4 lat temu
rodzic
commit
cb17b4a1cc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      cmd/cmd.go

+ 1
- 1
cmd/cmd.go Wyświetl plik

@@ -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{


Ładowanie…
Anuluj
Zapisz