README.md in fluent-plugin-sqs-poll-0.1.0 vs README.md in fluent-plugin-sqs-poll-0.1.1
- old
+ new
@@ -5,9 +5,15 @@
```bash
gem install fluent-plugin-sqs-poll
```
+## IMPORTANT
+
+**SQS Poll uses AWS SDK v2, it will cause conflict with other AWS plugins
+that uses v1 version 'aws-sdk' gem. It will however be compatible with AWS
+plugins that uses 'aws-sdk-v1' gem.**
+
## Configuration
If either **aws_access_key** or **aws_secret_key** is missing, it will automatically
fall back to use IAM role for access control.