fluent / fluent-plugin-s3

Amazon S3 input and output plugin for Fluentd
https://docs.fluentd.org/output/s3
314 stars 218 forks source link

Plugin should work with PutObject permissions only #337

Closed oren-nonamesecurity closed 4 years ago

oren-nonamesecurity commented 4 years ago

I created an AWS user with key+secret, and gave it PutObject permissions to S3 bucket. I get error = #<Aws::S3::Errors::AccessDenied: Access Denied>" from the fluentd logs.

Why does it need any more permissions other than upload a file? I don't want to give it read/list permissions. Is there a configuration than I missed to make it work?