Aws s3 plugin connect with IAM ROLE AWS

Hello there !

If you are hosting on EC2, you can directly use instance-profile permissions to access S3.
You only need to remove AccessKey and SecretKey IDs from the provider configuration block, it should then inherits the permissions from the role attached to the EC2

I hope it helped :slight_smile: