Skip to content

feat(pipelines): pass role to s3 source action#20576

Merged
mergify[bot] merged 5 commits intoaws:mainfrom
daschaa:codepipeline-s3-source-pass-role
Jun 2, 2022
Merged

feat(pipelines): pass role to s3 source action#20576
mergify[bot] merged 5 commits intoaws:mainfrom
daschaa:codepipeline-s3-source-pass-role

Conversation

@daschaa
Copy link
Copy Markdown
Contributor

@daschaa daschaa commented Jun 1, 2022

Fixes #20556

Implements the role property for the S3Source, which is being passed down to the underlying S3SourceAction.


All Submissions:

Adding new Unconventional Dependencies:

  • This PR adds new unconventional dependencies following the process described here

New Features

  • Have you added the new feature to an integration test?
    • Did you use yarn integ to deploy the infrastructure and generate the snapshot (i.e. yarn integ without --dry-run)?

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

@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Jun 1, 2022

@github-actions github-actions bot added effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p1 labels Jun 1, 2022
@aws-cdk-automation aws-cdk-automation requested a review from a team June 1, 2022 17:44
Copy link
Copy Markdown
Contributor

@kaizencc kaizencc left a comment

Choose a reason for hiding this comment

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

Thanks @daschaa! Just some minor documentation nits but otherwise this looks good to go.

…ce.ts

Co-authored-by: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com>
@mergify mergify bot dismissed kaizencc’s stale review June 1, 2022 18:23

Pull request has been modified.

…ce.ts

Co-authored-by: Kaizen Conroy <36202692+kaizencc@users.noreply.github.com>
@daschaa
Copy link
Copy Markdown
Contributor Author

daschaa commented Jun 1, 2022

@kaizencc The PR linter is failing because it wants a change in the README file. Imho this is not needed here, what do you think?

@TheRealAmazonKendra TheRealAmazonKendra changed the base branch from v1-main to main June 2, 2022 08:55
@kaizencc kaizencc added pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-integ-test The PR linter will not require integ test changes labels Jun 2, 2022
@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 0b91c6d
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Jun 2, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit e2768e8 into aws:main Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p1 pr-linter/exempt-integ-test The PR linter will not require integ test changes pr-linter/exempt-readme The PR linter will not require README changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pipelines: Allow specifying custom action role for S3SourceOptions

3 participants