Skip to content

Commit

Permalink
Version 0.3.6 of Fluent Plugin for Amazon Kinesis
Browse files Browse the repository at this point in the history
  • Loading branch information
yuta-imai committed Sep 1, 2015
1 parent fee1914 commit cc3bff8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.3.6

- **Cross account access support**: Added support for cross account access for Amazon Kinesis stream. With this update, you can put reocrds to streams those are owned by other AWS account. This feature is achieved by [AssumeRole](http://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html).

## 0.3.5

- **1MB record size limit**: Increased record size limit from 50KB to 1MB due to [Amazon Kinesis improvement.](http://aws.amazon.com/jp/about-aws/whats-new/2015/06/amazon-kinesis-announces-put-pricing-change-1mb-record-support-and-the-kinesis-producer-library/)
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@ AWS access key id.

AWS secret key.

### role_arn

IAM Role to be assumed with [AssumeRole](http://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html).
Use this option for cross account access.

### external_id

A unique identifier that is used by third parties when
[assuming roles](http://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html) in their customers' accounts.
Use this option with `role_arn` for third party cross account access.
For detail, please see [How to Use an External ID When Granting Access to Your AWS Resources to a Third Party](http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html).

### region

AWS region of your stream.
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/plugin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# language governing permissions and limitations under the License.

module FluentPluginKinesis
VERSION = '0.3.5'
VERSION = '0.3.6'
end

0 comments on commit cc3bff8

Please sign in to comment.