README.rdoc in fluent-plugin-s3-0.5.8 vs README.rdoc in fluent-plugin-s3-0.5.9
- old
+ new
@@ -1,6 +1,8 @@
= Amazon S3 output plugin for {Fluentd}[http://github.com/fluent/fluentd]
+{<img src="https://travis-ci.org/fluent/fluent-plugin-s3.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/fluent/fluent-plugin-s3] {<img src="https://codeclimate.com/github/fluent/fluent-plugin-s3/badges/gpa.svg" />}[https://codeclimate.com/github/fluent/fluent-plugin-s3]
+
== Overview
*s3* output plugin buffers event logs in local file and upload it to S3 periodically.
This plugin splits files exactly by using the time of event logs (not the time when the logs are received). For example, a log '2011-01-02 message B' is reached, and then another log '2011-01-03 message B' is reached in this order, the former one is stored in "20110102.gz" file, and latter one in "20110103.gz" file.