This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 3baeec0046794c83046d790698cf39f14961ba55
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue May 28 13:08:38 2019 +0200

    CAMEL-13591 - Docs
---
 components/camel-aws-s3/src/main/docs/aws-s3-component.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc 
b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc
index 23020b4..a4f9757 100644
--- a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc
+++ b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc
@@ -506,6 +506,11 @@ This operation will list the objects in the mycamelbucket 
bucket
 
 This operation will return an S3Object instance related to the camelKey object 
in mycamelbucket bucket.
 
+### 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`.
+If set to false any operation on a not-existent bucket in AWS won't be 
successful and an error will be returned.
+
 ### Automatic detection of AmazonS3 client in registry
 
 From Camel 3.0.0-M3 the component will be able to detect the presence of an 
AmazonS3 bean into the registry.

Reply via email to