diff --git a/supplemental-docs/CLIENTS.md b/supplemental-docs/CLIENTS.md index e6d72e1beacf..aa63e547babb 100644 --- a/supplemental-docs/CLIENTS.md +++ b/supplemental-docs/CLIENTS.md @@ -612,7 +612,7 @@ This feature was previously called the S3 Global Client. Setting this option to ```ts // Example: setting followRegionRedirect new S3Client({ - followRegionRedirect: true, + followRegionRedirects: true, }); ```