From e6646e16f0c5b66b6a82f8b73be8438cb25353df Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Tue, 21 May 2024 16:29:45 +0000 Subject: [PATCH] Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c7b87db..a653acb 100644 --- a/README.md +++ b/README.md @@ -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. +