Merge pull request #11046 from fix/EMQX-9989/ft-readme

fix(ft): give more failproof example in README
This commit is contained in:
Andrew Mayorov 2023-06-14 12:29:00 +02:00 committed by GitHub
commit fcc3a59e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -56,10 +56,13 @@ file_transfer {
s3 {
enable = true
host = "s3.us-east-1.amazonaws.com"
port = "443"
port = 443
access_key_id = "AKIA27EZDDM9XLINWXFE"
secret_access_key = "..."
bucket = "my-bucket"
transport_options = {
ssl { enable = true }
}
}
}
}