AWS S3 directs errors to success output

Describe the problem/error/question

AWS S3 Module does not redirect to error output correctly.

What is the error message (if any)?

When configured to continue with error output, the input is passed to the success output instead of the error output.

Please share your workflow

Information on your n8n setup

  • n8n version: 1.33.1
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): deprecated
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Amazon EC2
  • Operating system: Amazon Linux 2023 / Node 18

Hi @Lee_S!

I could look into this further, but my initial thought is that we may be expecting a certain 40X http response and be receiving a 30X or 50X instead. If you’re particularly interested, you could attempt to make a direct API request to their GetObject API using cURL or Postman and see clearly the response. I’d be interested to hear what you find. GetObject - Amazon Simple Storage Service

Happy building!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.