Upload CSV to S3 in workflow

Hi im trying to upload a csv to my S3

im passing the value as base64 but its not working. this is what the file in the s3 looks like:

Hey @bderuschi! I believe you need to change the S3 Content-Type to Binary since you are uploading the base64 encoded value of the CSV.

I'm able to download the appropriate CSV file from S3 when it's uploaded in this way. Can you try that out and let me know if it works for you?