Commit 857bdc7
authored
docs: update s3 bucket physical names to use amazon owned s3 buckets (#31576)
### Issue # (if applicable)
Closes #<issue number here>.
### Reason for this change
By using Amazon owned s3 bucket physical names, we remove the possibility of documenting customer owned buckets in our examples.
### Description of changes
Change physical S3 bucket names such as `my-bucket` to Amazon owned ones such as `amzn-s3-demo-bucket`.
### Description of how you validated changes
### Checklist
- [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent a8b2f01 commit 857bdc7
File tree
31 files changed
+135
-117
lines changed- packages
- @aws-cdk-testing/framework-integ/test/aws-servicediscovery/test
- integ.service-with-http-namespace.lit.js.snapshot
- @aws-cdk
- app-staging-synthesizer-alpha
- aws-codestar-alpha
- aws-redshift-alpha
- integ-tests-alpha
- aws-cdk-lib
- aws-cloudfront
- aws-cloudtrail
- aws-codebuild
- aws-codepipeline-actions
- aws-codepipeline
- aws-lambda-event-sources
- aws-lambda
- aws-s3-assets
- aws-s3
- aws-servicecatalog
- aws-servicediscovery/test
- aws-stepfunctions-tasks
- cloudformation-include
- core
- adr
- custom-resources
- pipelines
- aws-cdk
31 files changed
+135
-117
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7484 | 7484 | | |
7485 | 7485 | | |
7486 | 7486 | | |
7487 | | - | |
| 7487 | + | |
7488 | 7488 | | |
7489 | 7489 | | |
7490 | | - | |
| 7490 | + | |
7491 | 7491 | | |
7492 | 7492 | | |
7493 | 7493 | | |
| |||
8289 | 8289 | | |
8290 | 8290 | | |
8291 | 8291 | | |
8292 | | - | |
| 8292 | + | |
8293 | 8293 | | |
8294 | 8294 | | |
8295 | 8295 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 42 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | | - | |
| 339 | + | |
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments