fluent / fluent-plugin-s3

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

Add parameter to set HTTP "Accept-Encoding" header #408

Closed nilyin closed 1 year ago

nilyin commented 2 years ago

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 to connection error:

" The more detailed description can be found here: [https://wiki.dlib.indiana.edu/display/VarVideo/Working+with+Hitachi+HCP ](url) ### Describe the solution you'd like I need a configuration parameter to set this parameter as described in the link above One idea is to add 'header' parameter with same usage as for http out plugin: [https://docs.fluentd.org/output/http](url) ### Describe alternatives you've considered I cannot currently figure out any alternatives / workarounds except installing a reverse-proxy to add the header. ### Additional context I am using: gem 'fluent-plugin-s3' version '1.7.1' gem 'fluentd' version '1.15.0'
github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days

github-actions[bot] commented 1 year ago

This issue was automatically closed because of stale in 30 days