Sha256: 9aba407bd77463b44faf49c3c18be7d251da96c64717afd828971c080b60e5da

Contents?: true

Size: 1.66 KB

Versions: 1

Compression:

Stored size: 1.66 KB

Contents

Release 0.3.1 - 2013/03/28

  * Support json and text mime-types
    https://github.com/fluent/fluent-plugin-s3/pull/20


Release 0.3.0 - 2013/02/19

  * Enable dynamic and configurable S3 object kyes
    https://github.com/fluent/fluent-plugin-s3/pull/12
  * Fix a lot of temporary files were left on /tmp when the plugin failed to write to S3
    https://github.com/fluent/fluent-plugin-s3/pull/15
  * Enable fluent-mixin-config-placeholders to support hostname, uuid and other parameters in configuration
    https://github.com/fluent/fluent-plugin-s3/pull/19
  * Update 'aws-sdk' version requirement to '~> 1.8.2'
    https://github.com/fluent/fluent-plugin-s3/pull/21
  * Create new S3 bucket if not exists
    https://github.com/fluent/fluent-plugin-s3/pull/22
  * Check the permission and bucket existence at start method, not write method.


Release 0.2.6 - 2013/01/15

  * Add use_ssl option


Release 0.2.5 - 2012/12/06

  * Add format_json and time/tag mixin options [#9]


Release 0.2.4 - 2012/11/21

  * Set content type when writing file to s3


Release 0.2.3 - 2012/11/19

  * Loosen 'aws-sdk' version requirement from "~> 1.1.3" to "~> 1.1"
  * Support aws-sdk facility to load credentials from ENV vars or IAM Instance Profile by making the credentials non-mandatory
  * Use Yajl instead of to_json not to raise exceptions when it got invalid bytes as UTF-8.


Release 0.2.2 - 2011/12/15

  * Add s3_endpoint option


Release 0.2.1 - 2011/10/24

  * Add sequential number to the file to avoid overwriting
  * Use bundler instead of jeweler for packaging
  * Updated README


Release 0.2.0 - 2011/10/16

  * Updated to fluentd-0.10.0


Release 0.1.1 - 2011/09/27

  * First release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-s3-0.3.1 ChangeLog