feat: Enable Role Assumption for S3 Destination#20916
Merged
kodiakhq[bot] merged 10 commits intomainfrom Jun 27, 2025
Merged
Conversation
Contributor
|
🚀 S3 Cloud UI deployed to Vercel: |
Member
murarustefaan
left a comment
There was a problem hiding this comment.
This looks good. Let's just make sure we document these in docs/
Collaborator
Author
completed in fbd4954 |
murarustefaan
approved these changes
Jun 27, 2025
kodiakhq bot
pushed a commit
that referenced
this pull request
Jul 2, 2025
🤖 I have created a release *beep* *boop* --- ## [7.9.0](plugins-destination-s3-v7.8.14...plugins-destination-s3-v7.9.0) (2025-07-02) ### Features * Enable Role Assumption for S3 Destination ([#20916](#20916)) ([2ed05c4](2ed05c4)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/codegen to v0.3.29 ([#20947](#20947)) ([af179be](af179be)) * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.6.4 ([#20942](#20942)) ([5b8804e](5b8804e)) * **deps:** Update module github.com/cloudquery/filetypes/v4 to v4.6.5 ([#20963](#20963)) ([c7a3a27](c7a3a27)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prior to this change a user could not assume a role without first generating a config file and using
local_profile. This change enables all of the role assumption that is possible in the AWS Source plugin, without the need for a local config file.This is fully backwards compatible