diff --git a/packages/aws-cdk-lib/aws-s3/README.md b/packages/aws-cdk-lib/aws-s3/README.md index c93aa152c1d58..c46cf34c3c43c 100644 --- a/packages/aws-cdk-lib/aws-s3/README.md +++ b/packages/aws-cdk-lib/aws-s3/README.md @@ -225,8 +225,8 @@ To import an existing bucket into your CDK application, use the `Bucket.fromBuck factory method. This method accepts `BucketAttributes` which describes the properties of an already existing bucket: -Note that this method allows importing buckets with legacy names containing underscores (`_`), which was -permitted for buckets created before March 1, 2018. For buckets created after this date, underscores +Note that this method allows importing buckets with legacy names containing uppercase letters (`A-Z`) or underscores (`_`), which were +permitted for buckets created before March 1, 2018. For buckets created after this date, uppercase letters and underscores are not allowed in the bucket name. ```ts