mirror of
https://github.com/thegeeklab/wp-s3-action.git
synced 2024-11-22 01:00:40 +00:00
Add S3_SYNC_ENDPOINT environment
This commit is contained in:
parent
be22fc0596
commit
3f8ed9703c
2
main.go
2
main.go
@ -21,7 +21,7 @@ func main() {
|
|||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "endpoint",
|
Name: "endpoint",
|
||||||
Usage: "endpoint for the s3 connection",
|
Usage: "endpoint for the s3 connection",
|
||||||
EnvVar: "PLUGIN_ENDPOINT,S3_ENDPOINT",
|
EnvVar: "PLUGIN_ENDPOINT,S3_SYNC_ENDPOINT,S3_ENDPOINT",
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "access-key",
|
Name: "access-key",
|
||||||
|
Loading…
Reference in New Issue
Block a user