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?
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?