CHANGELOG.md in logstash-output-s3-4.0.3 vs CHANGELOG.md in logstash-output-s3-4.0.5

- old
+ new

@@ -1,4 +1,13 @@ +## 4.0.5 + - Delete the file on disk after they are succesfully uploaded to S3 #122 #120 + - Added logging when an exception occur in the Uploader's `on_complete` callback + +## 4.0.4 + - Add support for `storage_class` configuration + - Fix compatibility with Logstash 2.4 + - Add support for `aws:kms` server side encryption #104 + ## 4.0.3 - When configuring the `canned_acl` options of the plugins the role was not applied correctly to the created object: #7 ## 4.0.2 - Fixed AWS authentication when using instance profile credentials.