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. Some S3 platforms (like Hitachi Content Platform) doesn't accept Accept-Encoding="", which is currently sent by the plugin. This results...

This PR adds the SQS event bridge mode

## 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...

## The problem Suppose you use the defaults: - `s3_object_key_format` of `%{path}%{time_slice}_%{index}.%{file_extension}` - `time_slice_format` of `%Y%m%d%H` And suppose you flush every 30 seconds. So 120 files per hour. The first...

bug

### Is your feature request related to a problem? Please describe. Accessing AWS S3 resources with short lived AWS access keys. ### Describe the solution you'd like Add support for...

enhancement

### Describe the bug Unable to use placeholder values within interpolation expression for path property. Example: path "#{'eye.test'.sub('.', '/') + '${tag}'.sub('.', '/')}/%Y-%m-%d/" ${tag} = 'his.blahbalh' results in 'eye/testhis.blahblah' because the...

stale

### Describe the bug I'm attempting to use the single_value format with the s3 plugin and it doesn't appear to be taking affect. Here's my Output configuration: ```xml @type copy...

stale

This patch allows the use of placeholders to setup bucket names. There is a new parameter s3_bucket_fallback to use in cases when at least one placeholder is not found amoung...

enhancement

``` def check_apikeys @bucket.empty? rescue AWS::S3::Errors::NoSuchBucket # ignore NoSuchBucket Error because ensure_bucket checks it. rescue => e raise "can't call S3 API. Please check your aws_key_id / aws_sec_key or s3_region...

enhancement