Skip to content

Commit

Permalink
Fix example configuration in docs (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-stiff committed May 17, 2021
1 parent 65f156c commit d2238f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.asciidoc
Expand Up @@ -112,12 +112,12 @@ the connection to s3. See full list in https://docs.aws.amazon.com/sdkforruby/ap
[source,ruby]
input {
s3 {
"access_key_id" => "1234"
"secret_access_key" => "secret"
"bucket" => "logstash-test"
"additional_settings" => {
"force_path_style" => true
"follow_redirects" => false
access_key_id => "1234"
secret_access_key => "secret"
bucket => "logstash-test"
additional_settings => {
force_path_style => true
follow_redirects => false
}
}
}
Expand Down

0 comments on commit d2238f7

Please sign in to comment.