Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaiMoria committed Jan 13, 2020
1 parent 6d32e10 commit 6ef408b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COPY --from=gobuilder /out_sqs.so /fluent-bit/bin/
EXPOSE 2020

ENTRYPOINT ["/fluent-bit/bin/fluent-bit"]
CMD ["-c", "/fluent-bit/etc/some_configuration.conf", "-e", "/fluent-bit/bin/out_sqs.so"]
CMD ["-c", "/fluent-bit/etc/some_configuration.conf", "-e", "/fluent-bit/bin/fluentBit-sqs-plugin.so"]
```

More information about the usage and installation of golang plugins can be found here: https://docs.fluentbit.io/manual/development/golang_plugins
Expand All @@ -68,8 +68,8 @@ More information about the usage and installation of golang plugins can be found

- Aws Sqs credentials in golang SDK: </br> When you initialize a new service client without providing any credential arguments, the SDK uses the default credential provider chain to find AWS credentials. The SDK uses the first provider in the chain that returns credentials without an error. The default provider chain looks for credentials in the following order:

1) Environment variables. (AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID)
1) Environment variables. (AWS_SECRET_ACCESS_KEY and AWS_ACCESS_KEY_ID)

2) Shared credentials file.
2) Shared credentials file.

3) If your application is running on an Amazon EC2 instance, IAM role for Amazon EC2.
3) If your application is running on an Amazon EC2 instance, IAM role for Amazon EC2.

0 comments on commit 6ef408b

Please sign in to comment.