fluent-plugin-s3 icon indicating copy to clipboard operation
fluent-plugin-s3 copied to clipboard

Amazon S3 input and output plugin for Fluentd

Results 44 fluent-plugin-s3 issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. Hi there, we are using the Plugin to Store / Archive Logs into a "non Amazon / AWS" S3...

enhancement

It seems to be impossible to use variables in s3_bucket. My use case is to store events in different s3 buckets based on the event tag. When I'm trying to...

enhancement

### Summary This PR adds support for Zstd compression in the Fluentd S3 plugin. ### Changes - Implemented Zstd compression using the `zstd-ruby` library. - Introduced the `ZstdCompressor` class to...

### Is your feature request related to a problem? Please describe. It appears the gzip compressor of `out_s3` does unnecessary re-compression when the chunk is already compressed. https://github.com/fluent/fluent-plugin-s3/blob/803cac2094885d5db5d902ab104a883008eda8ec/lib/fluent/plugin/out_s3.rb#L615-L631 ### Describe...

enhancement