Add S3_SYNC_ENDPOINT environment

This commit is contained in:
hdhog 2017-10-28 12:02:05 +04:00
parent be22fc0596
commit 3f8ed9703c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func main() {
cli.StringFlag{
Name: "endpoint",
Usage: "endpoint for the s3 connection",
EnvVar: "PLUGIN_ENDPOINT,S3_ENDPOINT",
EnvVar: "PLUGIN_ENDPOINT,S3_SYNC_ENDPOINT,S3_ENDPOINT",
},
cli.StringFlag{
Name: "access-key",