Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(s3): use ICfnBucket wherever possible #28178

Merged
merged 24 commits into from
Dec 15, 2023

Conversation

kaizencc
Copy link
Contributor

@kaizencc kaizencc commented Nov 28, 2023

This is a best-effort migration of IBucket usage in aws-cdk-lib to ICfnBucket. In places where we rely on a property specific to IBucket, we use Bucket.fromCfnBucket(iCfnBucket) to generate an IBucket to use.


image

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added the p2 label Nov 28, 2023
@aws-cdk-automation aws-cdk-automation requested a review from a team November 28, 2023 22:20
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Nov 28, 2023
@kaizencc kaizencc changed the title chore(s3): use ICfnBucket chore(s3): use ICfnBucket whereever possible Dec 1, 2023
@kaizencc kaizencc changed the title chore(s3): use ICfnBucket whereever possible chore(s3): use ICfnBucket wherever possible Dec 1, 2023
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.

A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.

@aws-cdk-automation aws-cdk-automation added the pr/needs-cli-test-run This PR needs CLI tests run against it. label Dec 4, 2023
@aws-cdk-automation aws-cdk-automation dismissed their stale review December 5, 2023 16:04

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@kaizencc kaizencc merged commit 6f9d970 into conroy/generate Dec 15, 2023
6 checks passed
@kaizencc kaizencc deleted the conroy/generate-another branch December 15, 2023 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS. p2 pr/needs-cli-test-run This PR needs CLI tests run against it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants