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

fix(Update reference from existingBucketInterface to existingBucketObj): Update Documentation #520

Merged
merged 1 commit into from
Dec 1, 2021

Conversation

Conrad2134
Copy link
Contributor

Issue #, if available: n/a

Description of changes: Tiny README change, updating a reference from the previous existingBucketInterface to the new existingBucketObj.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@aws-solutions-constructs-team
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: githubautobuild-for-cdk-v2
  • Commit ID: 08a9eb3
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-solutions-constructs-team
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: githubautobuild-for-cdk-v1
  • Commit ID: 08a9eb3
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@biffgaut biffgaut changed the title Update reference from existingBucketInterface to existingBucketObj fix(Update reference from existingBucketInterface to existingBucketObj): Update Documentation Dec 1, 2021
Copy link
Contributor

@biffgaut biffgaut left a comment

Choose a reason for hiding this comment

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

Thanks. Unfortunately this highlights a code problem, the property should be existingBucketInterface, as it accepts s3.IBucket instead of s3.Bucket. But we made a major push to change from Bucket to the more flexible IBucket months after dropping the original constructs and that would have been a breaking change, so we just have to live with it.

@biffgaut biffgaut merged commit 0c030e8 into awslabs:main Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants