-
Notifications
You must be signed in to change notification settings - Fork 544
fix(s3)!: Clean inputs #7116
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(s3)!: Clean inputs #7116
Conversation
hermanschaaf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make sure {{UUID}} and {{TABLE}} are replaced with something before writing to the tmp file. Maybe {{UUID}} could be just the string uuid and {{TABLE}} could be table, or something like that? Not sure what would be good behavior here that would avoid potential permissions issues
Co-authored-by: candiduslynx <[email protected]>
Co-authored-by: Herman Schaaf <[email protected]>
🤖 I have created a release *beep* *boop* --- ## [2.0.0](plugins-destination-s3-v1.1.1...plugins-destination-s3-v2.0.0) (2023-01-31) ### ⚠ BREAKING CHANGES * Add ability to override CSV File options (headers and delimiters) ([#6958](#6958)) * **s3:** Clean inputs ([#7116](#7116)) ### Features * Add ability to override CSV File options (headers and delimiters) ([#6958](#6958)) ([d03819c](d03819c)) ### Bug Fixes * **deps:** Update module github.com/aws/aws-sdk-go-v2/feature/s3/manager to v1.11.49 ([#7309](#7309)) ([16da39d](16da39d)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.29.0 ([#7121](#7121)) ([b7441c9](b7441c9)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.30.0 ([#7222](#7222)) ([73ca21c](73ca21c)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.31.0 ([#7228](#7228)) ([36e8549](36e8549)) * **deps:** Update module github.com/cloudquery/plugin-sdk to v1.32.0 ([#7334](#7334)) ([b684122](b684122)) * **s3:** Clean inputs ([#7116](#7116)) ([0132fb4](0132fb4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Summary