Skip to content

Commit

Permalink
fix(doc): typo on config option
Browse files Browse the repository at this point in the history
  • Loading branch information
alikhil authored and vlsi committed Aug 17, 2023
1 parent c837911 commit b1660e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit b1660e1

Please sign in to comment.