Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
And how did you configure your S3 node? Do you have the matching binary field names? What error message do you get if it is not working for you? Your screenshot does not indicate you get one. So, what is not working?
The XML file is uploaded to the S3 bucket without an error. But the mime-type is incorrect. The mime-type is text/html instead of application/xml.
I’m not using binary data as the file contains XML (text data).
Hey @MikevdBerge - The HTTP request doesn’t give you a binary. You could try this code step in between to set the mime type. This way, AWS will have the correct mime type. Hope this helps.