davsclaus commented on code in PR #7901: URL: https://github.com/apache/camel/pull/7901#discussion_r907590157
########## components/camel-aws/camel-aws2-s3/src/main/docs/aws2-s3-component.adoc: ########## @@ -359,7 +359,7 @@ In this case the upload will be completed after 10 seconds. == Bucket Autocreation -With the option `autoCreateBucket` users are able to avoid the autocreation of an S3 Bucket in case it doesn't exist. The default for this option is `true`. +With the option `autoCreateBucket` users are able to avoid the autocreation of an S3 Bucket in case it doesn't exist. The default for this option is `false`. Review Comment: Ah yeah its a bit weird that its false for s3, but we have a similar option as true for camel-google and camel-minio -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
