mirror of https://github.com/actions/cache.git
Update README
parent
5cc6904a62
commit
e6646e16f0
|
@ -38,3 +38,9 @@ If you want to use this in your own infrastructure, setup your AWS credentials w
|
|||
```
|
||||
|
||||
Be aware of S3 transfer costs if your runners are not in the same AWS region as your bucket.
|
||||
|
||||
## Special environment variables
|
||||
|
||||
* `RUNS_ON_S3_BUCKET_CACHE`: if set, the action will use this bucket to store the cache.
|
||||
* `RUNS_ON_S3_FORCE_PATH_STYLE` or `AWS_S3_FORCE_PATH_STYLE`: if one of those environment variables equals the string `"true"`, then the S3 client will be configured to force the path style.
|
||||
|
||||
|
|
Loading…
Reference in New Issue