fluent / fluent-plugin-s3

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

Fix a typo in IAM Policy section description #405

Closed ehudon closed 1 year ago

ehudon commented 2 years ago

Context

I am currently working with the S3 plugin and noticed a typo in the description of the IAM policy section. I thought I would fix it while I am at it.

Nature of change

In the example we can see:

arn:aws:s3:::my-s3bucket/*

This won't match my-s3bucket-test but rather my-s3bucket/test.

ashie commented 1 year ago

Thanks!