0
0
mirror of https://github.com/thegeeklab/wp-s3-action.git synced 2024-11-09 18:30:40 +00:00

Add S3_SYNC_ENDPOINT environment

This commit is contained in:
hdhog 2017-10-28 12:02:05 +04:00
parent be22fc0596
commit 3f8ed9703c

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",