S3 Authentication Methods Improvement

The idea is: S3 Authentication via an IAM role or Profile instead of an API Access key.

My use case:

We have our N8N container running in AWS. We want it to communicate with the S3 bucket directly using the IAM profiles for security as opposed to worrying about the Access Token.

I think it would be beneficial to add this because:

Improved security access is always better. This removes the need for a token that could get leaked.

Any resources to support this?

Are you willing to work on this?

I don’t have the expertise to do that.