Hello All,
I am trying to move a text file from local machine to S3 bucket.
Attaching the flow and values assigned.
All other properties are default
So here’s the problem,
The HTTP header gets attached to the body.
Content-Disposition: form-data; name=“file”; filename=“bintxt.txt”
Content-Type: application/octet-stream
What can i change in the properties panel to solve the issue.
I don’t want the headers in the file.
Thank you