You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: