Skip to content

Commit 0c82437

Browse files
committed
Update README
Signed-off-by: Masahiro Nakagawa <[email protected]>
1 parent dd3c6c2 commit 0c82437

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@ We must setup SQS queue and S3 event notification before use this plugin.
3131

3232
Simply use RubyGems:
3333

34-
$ gem install fluent-plugin-s3 -v "~> 0.8" --no-document # for fluentd v0.12 or later
35-
$ gem install fluent-plugin-s3 -v 1.3.0 --no-document # for fluentd v1.0 or later
34+
# install latest version
35+
$ gem install fluent-plugin-s3 --no-document # for fluentd v1.0 or later
36+
# If you need to install specifiv version, use -v option
37+
$ gem install fluent-plugin-s3 -v 1.3.0 --no-document
38+
# For v0.12. This is for old v0.12 users. Don't use v0.12 for new deployment
39+
$ gem install fluent-plugin-s3 -v "~> 0.8" --no-document # for fluentd v0.12
40+
3641

3742
## Configuration: credentials
3843

0 commit comments

Comments
 (0)