Skip to content

Commit

Permalink
chore(s3): update README to mention support for uppercase letters in …
Browse files Browse the repository at this point in the history
…legacy bucket names
  • Loading branch information
5d committed Oct 22, 2024
1 parent f656308 commit 5ae8faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ae8faf

Please sign in to comment.