How do I upload a file to iDrive e2 S3-compatible storage from N8N? The AWS S3 node ignores my custom endpoint

How do I upload a file to iDrive e2 S3-compatible storage from N8N? The AWS S3 node ignores my custom endpoint

welcome to the n8n community @Steph_Miti
I would use the generic S3 node instead of the AWS S3 node for iDrive e2, because n8n documents the S3 node as the one for non-AWS S3-compatible providers, while AWS S3 is intended for AWS S3 and can be less reliable for custom endpoints.

Yeah so once you switch to the generic S3 node like suggested, make sure in your S3 credentials you set the endpoint to something like https://<your-region>.idrivee2.com, plug in your access key and secret and toggle on “Force Path Style” because iDrive e2 doesn’t support virtual-hosted-style bucket URLs and it’ll fail silently without that enabled.