From b1660e1e88bdefd49db3915007a2f0aa5b31d47e Mon Sep 17 00:00:00 2001 From: Alik Khilazhev Date: Thu, 17 Aug 2023 14:43:30 +0300 Subject: [PATCH] fix(doc): typo on config option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01e8ee3..4b6dc0a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The AWS S3 build cache implementation has a few configuration options: | `bucket` | The name of the AWS S3 bucket where cache objects should be stored. | yes | | | `prefix` | Prefix for the S3 entry names | no | `cache/` | | `maximumCachedObjectLength` | Maximum object size that can be stored and retrieved from the cache | no | 50'000'000 | -| `reducedRedundancy` | Whether or not to use [reduced redundancy](https://aws.amazon.com/s3/reduced-redundancy/). | no | true | +| `isReducedRedundancy` | Whether or not to use [reduced redundancy](https://aws.amazon.com/s3/reduced-redundancy/). | no | true | | `endpoint` | Alternative S3 compatible endpoint | no | | | `forcePathStyle` | Forces S3 client to use path for bucket names instead of subdomains | no | false | | `transferAcceleration` | Configures [S3 Transfer Acceleration](https://aws.amazon.com/ru/s3/transfer-acceleration/) | no | false |