README.md in fluent-plugin-elb-access-log-0.1.2 vs README.md in fluent-plugin-elb-access-log-0.1.3
- old
+ new
@@ -31,12 +31,12 @@
#profile PROFILE_NAME
#credentials_path path/to/credentials_file
#http_proxy http://...
account_id 123456789012 # required
+ region us-west-1 # required
s3_bucket BUCKET_NAME # required
- s3_region us-west-1 # required
#s3_prefix PREFIX
#tag elb.access_log
#tsfile_path /var/tmp/fluent-plugin-elb-access-log.ts
#interval 300
@@ -79,6 +79,5 @@
* Use AWS SDK for Ruby V2.
* It is possible to change the record tag.
* List objects with prefix.
* Perse request line URI.
-* It has tests other than the configuration file.