Update README

This commit is contained in:
Cyril Rohr 2024-05-21 16:29:45 +00:00
parent 5cc6904a62
commit e6646e16f0

View File

@ -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. 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.