mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-26 06:00:18 +01:00
Remove default endpoint because S3 SDK is automatically set the correct one based on the region
This commit is contained in:
parent
6e03965c8b
commit
cb17b4a1cc
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue