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

[feature request] S3Connector#getObject - need an option to choose how to transform Body #387

Open
vsnig opened this issue Oct 25, 2024 · 0 comments

Comments

@vsnig
Copy link
Contributor

vsnig commented Oct 25, 2024

Right now it transforms with transformToString()
I need to use .transformToByteArray() instead
(transforming string to byte array doesn't give same result as when transforming with transformToByteArray() from the start)
I think it shouldn't be hardcoded and there should be an option to choose how to transform.

Right now I don't have a great idea about the API, but it's clear that it should be possible to pass this option from a rule, through getObjectFromS3 query, down to the Connector

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

No branches or pull requests

1 participant