This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/camel-master by this push:
new 797f987 [create-pull-request] automated change
797f987 is described below
commit 797f98703739c57ebd8c2ee9e745f140f2e3930c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 12 03:29:18 2020 +0000
[create-pull-request] automated change
---
.../src/generated/resources/camel-aws2-s3-source.json | 8 ++++----
.../src/main/docs/camel-aws2-s3-kafka-source-connector.adoc | 8 ++++----
.../kafkaconnector/aws2s3/CamelAws2s3SourceConnectorConfig.java | 8 ++++----
.../pages/connectors/camel-aws2-s3-kafka-source-connector.adoc | 8 ++++----
4 files changed, 16 insertions(+), 16 deletions(-)
diff --git
a/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-source.json
b/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-source.json
index 93c5081..07f4150 100644
---
a/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-source.json
+++
b/connectors/camel-aws2-s3-kafka-connector/src/generated/resources/camel-aws2-s3-source.json
@@ -154,7 +154,7 @@
},
"camel.source.endpoint.includeBody": {
"name": "camel.source.endpoint.includeBody",
- "description": "If it is true, the exchange body will
be set to a stream to the contents of the file. If false, the headers will be
set with the S3 object metadata, but the body will be null. This option is
strongly related to autocloseBody option. In case of setting includeBody to
true and autocloseBody to false, it will be up to the caller to close the
S3Object stream. Setting autocloseBody to true, will close the S3Object stream
automatically.",
+ "description": "If it is true, the S3Object exchange
will be consumed and put into the body and closed. If false the S3Object stream
will be put raw into the body and the headers will be set with the S3 object
metadata. This option is strongly related to autocloseBody option. In case of
setting includeBody to true because the S3Object stream will be consumed then
it will also be closed in case of includeBody false then it will be up to the
caller to close the S3Object stream. However [...]
"defaultValue": "true",
"priority": "MEDIUM"
},
@@ -196,7 +196,7 @@
},
"camel.source.endpoint.autocloseBody": {
"name": "camel.source.endpoint.autocloseBody",
- "description": "If this option is true and includeBody
is true, then the S3Object.close() method will be called on exchange
completion. This option is strongly related to includeBody option. In case of
setting includeBody to true and autocloseBody to false, it will be up to the
caller to close the S3Object stream. Setting autocloseBody to true, will close
the S3Object stream automatically.",
+ "description": "If this option is true and includeBody
is false, then the S3Object.close() method will be called on exchange
completion. This option is strongly related to includeBody option. In case of
setting includeBody to false and autocloseBody to false, it will be up to the
caller to close the S3Object stream. Setting autocloseBody to true, will close
the S3Object stream automatically.",
"defaultValue": "true",
"priority": "MEDIUM"
},
@@ -472,7 +472,7 @@
},
"camel.component.aws2-s3.includeBody": {
"name": "camel.component.aws2-s3.includeBody",
- "description": "If it is true, the exchange body will
be set to a stream to the contents of the file. If false, the headers will be
set with the S3 object metadata, but the body will be null. This option is
strongly related to autocloseBody option. In case of setting includeBody to
true and autocloseBody to false, it will be up to the caller to close the
S3Object stream. Setting autocloseBody to true, will close the S3Object stream
automatically.",
+ "description": "If it is true, the S3Object exchange
will be consumed and put into the body and closed. If false the S3Object stream
will be put raw into the body and the headers will be set with the S3 object
metadata. This option is strongly related to autocloseBody option. In case of
setting includeBody to true because the S3Object stream will be consumed then
it will also be closed in case of includeBody false then it will be up to the
caller to close the S3Object stream. However [...]
"defaultValue": "true",
"priority": "MEDIUM"
},
@@ -496,7 +496,7 @@
},
"camel.component.aws2-s3.autocloseBody": {
"name": "camel.component.aws2-s3.autocloseBody",
- "description": "If this option is true and includeBody
is true, then the S3Object.close() method will be called on exchange
completion. This option is strongly related to includeBody option. In case of
setting includeBody to true and autocloseBody to false, it will be up to the
caller to close the S3Object stream. Setting autocloseBody to true, will close
the S3Object stream automatically.",
+ "description": "If this option is true and includeBody
is false, then the S3Object.close() method will be called on exchange
completion. This option is strongly related to includeBody option. In case of
setting includeBody to false and autocloseBody to false, it will be up to the
caller to close the S3Object stream. Setting autocloseBody to true, will close
the S3Object stream automatically.",
"defaultValue": "true",
"priority": "MEDIUM"
},
diff --git
a/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-source-connector.adoc
b/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-source-connector.adoc
index 933dec5..e929ad7 100644
---
a/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-source-connector.adoc
+++
b/connectors/camel-aws2-s3-kafka-connector/src/main/docs/camel-aws2-s3-kafka-source-connector.adoc
@@ -53,14 +53,14 @@ The camel-aws2-s3 source connector supports 85 options,
which are listed below.
| *camel.source.endpoint.destinationBucketPrefix* | Define the destination
bucket prefix to use when an object must be moved and moveAfterRead is set to
true. | null | MEDIUM
| *camel.source.endpoint.destinationBucketSuffix* | Define the destination
bucket suffix to use when an object must be moved and moveAfterRead is set to
true. | null | MEDIUM
| *camel.source.endpoint.fileName* | To get the object from the bucket with
the given file name | null | MEDIUM
-| *camel.source.endpoint.includeBody* | If it is true, the exchange body will
be set to a stream to the contents of the file. If false, the headers will be
set with the S3 object metadata, but the body will be null. This option is
strongly related to autocloseBody option. In case of setting includeBody to
true and autocloseBody to false, it will be up to the caller to close the
S3Object stream. Setting autocloseBody to true, will close the S3Object stream
automatically. | true | MEDIUM
+| *camel.source.endpoint.includeBody* | If it is true, the S3Object exchange
will be consumed and put into the body and closed. If false the S3Object stream
will be put raw into the body and the headers will be set with the S3 object
metadata. This option is strongly related to autocloseBody option. In case of
setting includeBody to true because the S3Object stream will be consumed then
it will also be closed in case of includeBody false then it will be up to the
caller to close the S3Ob [...]
| *camel.source.endpoint.includeFolders* | If it is true, the
folders/directories will be consumed. If it is false, they will be ignored, and
Exchanges will not be created for those | true | MEDIUM
| *camel.source.endpoint.maxConnections* | Set the maxConnections parameter in
the S3 client configuration | 60 | MEDIUM
| *camel.source.endpoint.maxMessagesPerPoll* | Gets the maximum number of
messages as a limit to poll at each polling. Gets the maximum number of
messages as a limit to poll at each polling. The default value is 10. Use 0 or
a negative number to set it as unlimited. | 10 | MEDIUM
| *camel.source.endpoint.moveAfterRead* | Move objects from S3 bucket to a
different bucket after they have been retrieved. To accomplish the operation
the destinationBucket option must be set. The copy bucket operation is only
performed if the Exchange is committed. If a rollback occurs, the object is not
moved. | false | MEDIUM
| *camel.source.endpoint.prefix* | The prefix which is used in the
com.amazonaws.services.s3.model.ListObjectsRequest to only consume objects we
are interested in. | null | MEDIUM
| *camel.source.endpoint.sendEmptyMessageWhenIdle* | If the polling consumer
did not poll any files, you can enable this option to send an empty message (no
body) instead. | false | MEDIUM
-| *camel.source.endpoint.autocloseBody* | If this option is true and
includeBody is true, then the S3Object.close() method will be called on
exchange completion. This option is strongly related to includeBody option. In
case of setting includeBody to true and autocloseBody to false, it will be up
to the caller to close the S3Object stream. Setting autocloseBody to true, will
close the S3Object stream automatically. | true | MEDIUM
+| *camel.source.endpoint.autocloseBody* | If this option is true and
includeBody is false, then the S3Object.close() method will be called on
exchange completion. This option is strongly related to includeBody option. In
case of setting includeBody to false and autocloseBody to false, it will be up
to the caller to close the S3Object stream. Setting autocloseBody to true, will
close the S3Object stream automatically. | true | MEDIUM
| *camel.source.endpoint.exceptionHandler* | To let the consumer use a custom
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this
option is not in use. By default the consumer will deal with exceptions, that
will be logged at WARN or ERROR level and ignored. | null | MEDIUM
| *camel.source.endpoint.exchangePattern* | Sets the exchange pattern when the
consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut] | null |
MEDIUM
| *camel.source.endpoint.pollStrategy* | A pluggable
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your
custom implementation to control error handling usually occurred during the
poll operation before an Exchange have been created and being routed in Camel.
| null | MEDIUM
@@ -106,11 +106,11 @@ The camel-aws2-s3 source connector supports 85 options,
which are listed below.
| *camel.component.aws2-s3.destinationBucketPrefix* | Define the destination
bucket prefix to use when an object must be moved and moveAfterRead is set to
true. | null | MEDIUM
| *camel.component.aws2-s3.destinationBucketSuffix* | Define the destination
bucket suffix to use when an object must be moved and moveAfterRead is set to
true. | null | MEDIUM
| *camel.component.aws2-s3.fileName* | To get the object from the bucket with
the given file name | null | MEDIUM
-| *camel.component.aws2-s3.includeBody* | If it is true, the exchange body
will be set to a stream to the contents of the file. If false, the headers will
be set with the S3 object metadata, but the body will be null. This option is
strongly related to autocloseBody option. In case of setting includeBody to
true and autocloseBody to false, it will be up to the caller to close the
S3Object stream. Setting autocloseBody to true, will close the S3Object stream
automatically. | true | MEDIUM
+| *camel.component.aws2-s3.includeBody* | If it is true, the S3Object exchange
will be consumed and put into the body and closed. If false the S3Object stream
will be put raw into the body and the headers will be set with the S3 object
metadata. This option is strongly related to autocloseBody option. In case of
setting includeBody to true because the S3Object stream will be consumed then
it will also be closed in case of includeBody false then it will be up to the
caller to close the S3 [...]
| *camel.component.aws2-s3.includeFolders* | If it is true, the
folders/directories will be consumed. If it is false, they will be ignored, and
Exchanges will not be created for those | true | MEDIUM
| *camel.component.aws2-s3.moveAfterRead* | Move objects from S3 bucket to a
different bucket after they have been retrieved. To accomplish the operation
the destinationBucket option must be set. The copy bucket operation is only
performed if the Exchange is committed. If a rollback occurs, the object is not
moved. | false | MEDIUM
| *camel.component.aws2-s3.prefix* | The prefix which is used in the
com.amazonaws.services.s3.model.ListObjectsRequest to only consume objects we
are interested in. | null | MEDIUM
-| *camel.component.aws2-s3.autocloseBody* | If this option is true and
includeBody is true, then the S3Object.close() method will be called on
exchange completion. This option is strongly related to includeBody option. In
case of setting includeBody to true and autocloseBody to false, it will be up
to the caller to close the S3Object stream. Setting autocloseBody to true, will
close the S3Object stream automatically. | true | MEDIUM
+| *camel.component.aws2-s3.autocloseBody* | If this option is true and
includeBody is false, then the S3Object.close() method will be called on
exchange completion. This option is strongly related to includeBody option. In
case of setting includeBody to false and autocloseBody to false, it will be up
to the caller to close the S3Object stream. Setting autocloseBody to true, will
close the S3Object stream automatically. | true | MEDIUM
| *camel.component.aws2-s3.basicPropertyBinding* | Whether the component
should use basic property binding (Camel 2.x) or the newer property binding
with additional capabilities | false | LOW
| *camel.component.aws2-s3.accessKey* | Amazon AWS Access Key | null | MEDIUM
| *camel.component.aws2-s3.secretKey* | Amazon AWS Secret Key | null | MEDIUM
diff --git
a/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SourceConnectorConfig.java
b/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SourceConnectorConfig.java
index f96c5c2..aefdc4b 100644
---
a/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SourceConnectorConfig.java
+++
b/connectors/camel-aws2-s3-kafka-connector/src/main/java/org/apache/camel/kafkaconnector/aws2s3/CamelAws2s3SourceConnectorConfig.java
@@ -99,7 +99,7 @@ public class CamelAws2s3SourceConnectorConfig
public static final String CAMEL_SOURCE_AWS2S3_ENDPOINT_FILE_NAME_DOC =
"To get the object from the bucket with the given file name";
public static final String CAMEL_SOURCE_AWS2S3_ENDPOINT_FILE_NAME_DEFAULT
= null;
public static final String CAMEL_SOURCE_AWS2S3_ENDPOINT_INCLUDE_BODY_CONF
= "camel.source.endpoint.includeBody";
- public static final String CAMEL_SOURCE_AWS2S3_ENDPOINT_INCLUDE_BODY_DOC =
"If it is true, the exchange body will be set to a stream to the contents of
the file. If false, the headers will be set with the S3 object metadata, but
the body will be null. This option is strongly related to autocloseBody option.
In case of setting includeBody to true and autocloseBody to false, it will be
up to the caller to close the S3Object stream. Setting autocloseBody to true,
will close the S3Object [...]
+ public static final String CAMEL_SOURCE_AWS2S3_ENDPOINT_INCLUDE_BODY_DOC =
"If it is true, the S3Object exchange will be consumed and put into the body
and closed. If false the S3Object stream will be put raw into the body and the
headers will be set with the S3 object metadata. This option is strongly
related to autocloseBody option. In case of setting includeBody to true because
the S3Object stream will be consumed then it will also be closed in case of
includeBody false then it wi [...]
public static final Boolean
CAMEL_SOURCE_AWS2S3_ENDPOINT_INCLUDE_BODY_DEFAULT = true;
public static final String
CAMEL_SOURCE_AWS2S3_ENDPOINT_INCLUDE_FOLDERS_CONF =
"camel.source.endpoint.includeFolders";
public static final String
CAMEL_SOURCE_AWS2S3_ENDPOINT_INCLUDE_FOLDERS_DOC = "If it is true, the
folders/directories will be consumed. If it is false, they will be ignored, and
Exchanges will not be created for those";
@@ -120,7 +120,7 @@ public class CamelAws2s3SourceConnectorConfig
public static final String
CAMEL_SOURCE_AWS2S3_ENDPOINT_SEND_EMPTY_MESSAGE_WHEN_IDLE_DOC = "If the polling
consumer did not poll any files, you can enable this option to send an empty
message (no body) instead.";
public static final Boolean
CAMEL_SOURCE_AWS2S3_ENDPOINT_SEND_EMPTY_MESSAGE_WHEN_IDLE_DEFAULT = false;
public static final String
CAMEL_SOURCE_AWS2S3_ENDPOINT_AUTOCLOSE_BODY_CONF =
"camel.source.endpoint.autocloseBody";
- public static final String CAMEL_SOURCE_AWS2S3_ENDPOINT_AUTOCLOSE_BODY_DOC
= "If this option is true and includeBody is true, then the S3Object.close()
method will be called on exchange completion. This option is strongly related
to includeBody option. In case of setting includeBody to true and autocloseBody
to false, it will be up to the caller to close the S3Object stream. Setting
autocloseBody to true, will close the S3Object stream automatically.";
+ public static final String CAMEL_SOURCE_AWS2S3_ENDPOINT_AUTOCLOSE_BODY_DOC
= "If this option is true and includeBody is false, then the S3Object.close()
method will be called on exchange completion. This option is strongly related
to includeBody option. In case of setting includeBody to false and
autocloseBody to false, it will be up to the caller to close the S3Object
stream. Setting autocloseBody to true, will close the S3Object stream
automatically.";
public static final Boolean
CAMEL_SOURCE_AWS2S3_ENDPOINT_AUTOCLOSE_BODY_DEFAULT = true;
public static final String
CAMEL_SOURCE_AWS2S3_ENDPOINT_EXCEPTION_HANDLER_CONF =
"camel.source.endpoint.exceptionHandler";
public static final String
CAMEL_SOURCE_AWS2S3_ENDPOINT_EXCEPTION_HANDLER_DOC = "To let the consumer use a
custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled
then this option is not in use. By default the consumer will deal with
exceptions, that will be logged at WARN or ERROR level and ignored.";
@@ -258,7 +258,7 @@ public class CamelAws2s3SourceConnectorConfig
public static final String CAMEL_SOURCE_AWS2S3_COMPONENT_FILE_NAME_DOC =
"To get the object from the bucket with the given file name";
public static final String CAMEL_SOURCE_AWS2S3_COMPONENT_FILE_NAME_DEFAULT
= null;
public static final String CAMEL_SOURCE_AWS2S3_COMPONENT_INCLUDE_BODY_CONF
= "camel.component.aws2-s3.includeBody";
- public static final String CAMEL_SOURCE_AWS2S3_COMPONENT_INCLUDE_BODY_DOC
= "If it is true, the exchange body will be set to a stream to the contents of
the file. If false, the headers will be set with the S3 object metadata, but
the body will be null. This option is strongly related to autocloseBody option.
In case of setting includeBody to true and autocloseBody to false, it will be
up to the caller to close the S3Object stream. Setting autocloseBody to true,
will close the S3Objec [...]
+ public static final String CAMEL_SOURCE_AWS2S3_COMPONENT_INCLUDE_BODY_DOC
= "If it is true, the S3Object exchange will be consumed and put into the body
and closed. If false the S3Object stream will be put raw into the body and the
headers will be set with the S3 object metadata. This option is strongly
related to autocloseBody option. In case of setting includeBody to true because
the S3Object stream will be consumed then it will also be closed in case of
includeBody false then it w [...]
public static final Boolean
CAMEL_SOURCE_AWS2S3_COMPONENT_INCLUDE_BODY_DEFAULT = true;
public static final String
CAMEL_SOURCE_AWS2S3_COMPONENT_INCLUDE_FOLDERS_CONF =
"camel.component.aws2-s3.includeFolders";
public static final String
CAMEL_SOURCE_AWS2S3_COMPONENT_INCLUDE_FOLDERS_DOC = "If it is true, the
folders/directories will be consumed. If it is false, they will be ignored, and
Exchanges will not be created for those";
@@ -270,7 +270,7 @@ public class CamelAws2s3SourceConnectorConfig
public static final String CAMEL_SOURCE_AWS2S3_COMPONENT_PREFIX_DOC = "The
prefix which is used in the com.amazonaws.services.s3.model.ListObjectsRequest
to only consume objects we are interested in.";
public static final String CAMEL_SOURCE_AWS2S3_COMPONENT_PREFIX_DEFAULT =
null;
public static final String
CAMEL_SOURCE_AWS2S3_COMPONENT_AUTOCLOSE_BODY_CONF =
"camel.component.aws2-s3.autocloseBody";
- public static final String
CAMEL_SOURCE_AWS2S3_COMPONENT_AUTOCLOSE_BODY_DOC = "If this option is true and
includeBody is true, then the S3Object.close() method will be called on
exchange completion. This option is strongly related to includeBody option. In
case of setting includeBody to true and autocloseBody to false, it will be up
to the caller to close the S3Object stream. Setting autocloseBody to true, will
close the S3Object stream automatically.";
+ public static final String
CAMEL_SOURCE_AWS2S3_COMPONENT_AUTOCLOSE_BODY_DOC = "If this option is true and
includeBody is false, then the S3Object.close() method will be called on
exchange completion. This option is strongly related to includeBody option. In
case of setting includeBody to false and autocloseBody to false, it will be up
to the caller to close the S3Object stream. Setting autocloseBody to true, will
close the S3Object stream automatically.";
public static final Boolean
CAMEL_SOURCE_AWS2S3_COMPONENT_AUTOCLOSE_BODY_DEFAULT = true;
public static final String
CAMEL_SOURCE_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_CONF =
"camel.component.aws2-s3.basicPropertyBinding";
public static final String
CAMEL_SOURCE_AWS2S3_COMPONENT_BASIC_PROPERTY_BINDING_DOC = "Whether the
component should use basic property binding (Camel 2.x) or the newer property
binding with additional capabilities";
diff --git
a/docs/modules/ROOT/pages/connectors/camel-aws2-s3-kafka-source-connector.adoc
b/docs/modules/ROOT/pages/connectors/camel-aws2-s3-kafka-source-connector.adoc
index 933dec5..e929ad7 100644
---
a/docs/modules/ROOT/pages/connectors/camel-aws2-s3-kafka-source-connector.adoc
+++
b/docs/modules/ROOT/pages/connectors/camel-aws2-s3-kafka-source-connector.adoc
@@ -53,14 +53,14 @@ The camel-aws2-s3 source connector supports 85 options,
which are listed below.
| *camel.source.endpoint.destinationBucketPrefix* | Define the destination
bucket prefix to use when an object must be moved and moveAfterRead is set to
true. | null | MEDIUM
| *camel.source.endpoint.destinationBucketSuffix* | Define the destination
bucket suffix to use when an object must be moved and moveAfterRead is set to
true. | null | MEDIUM
| *camel.source.endpoint.fileName* | To get the object from the bucket with
the given file name | null | MEDIUM
-| *camel.source.endpoint.includeBody* | If it is true, the exchange body will
be set to a stream to the contents of the file. If false, the headers will be
set with the S3 object metadata, but the body will be null. This option is
strongly related to autocloseBody option. In case of setting includeBody to
true and autocloseBody to false, it will be up to the caller to close the
S3Object stream. Setting autocloseBody to true, will close the S3Object stream
automatically. | true | MEDIUM
+| *camel.source.endpoint.includeBody* | If it is true, the S3Object exchange
will be consumed and put into the body and closed. If false the S3Object stream
will be put raw into the body and the headers will be set with the S3 object
metadata. This option is strongly related to autocloseBody option. In case of
setting includeBody to true because the S3Object stream will be consumed then
it will also be closed in case of includeBody false then it will be up to the
caller to close the S3Ob [...]
| *camel.source.endpoint.includeFolders* | If it is true, the
folders/directories will be consumed. If it is false, they will be ignored, and
Exchanges will not be created for those | true | MEDIUM
| *camel.source.endpoint.maxConnections* | Set the maxConnections parameter in
the S3 client configuration | 60 | MEDIUM
| *camel.source.endpoint.maxMessagesPerPoll* | Gets the maximum number of
messages as a limit to poll at each polling. Gets the maximum number of
messages as a limit to poll at each polling. The default value is 10. Use 0 or
a negative number to set it as unlimited. | 10 | MEDIUM
| *camel.source.endpoint.moveAfterRead* | Move objects from S3 bucket to a
different bucket after they have been retrieved. To accomplish the operation
the destinationBucket option must be set. The copy bucket operation is only
performed if the Exchange is committed. If a rollback occurs, the object is not
moved. | false | MEDIUM
| *camel.source.endpoint.prefix* | The prefix which is used in the
com.amazonaws.services.s3.model.ListObjectsRequest to only consume objects we
are interested in. | null | MEDIUM
| *camel.source.endpoint.sendEmptyMessageWhenIdle* | If the polling consumer
did not poll any files, you can enable this option to send an empty message (no
body) instead. | false | MEDIUM
-| *camel.source.endpoint.autocloseBody* | If this option is true and
includeBody is true, then the S3Object.close() method will be called on
exchange completion. This option is strongly related to includeBody option. In
case of setting includeBody to true and autocloseBody to false, it will be up
to the caller to close the S3Object stream. Setting autocloseBody to true, will
close the S3Object stream automatically. | true | MEDIUM
+| *camel.source.endpoint.autocloseBody* | If this option is true and
includeBody is false, then the S3Object.close() method will be called on
exchange completion. This option is strongly related to includeBody option. In
case of setting includeBody to false and autocloseBody to false, it will be up
to the caller to close the S3Object stream. Setting autocloseBody to true, will
close the S3Object stream automatically. | true | MEDIUM
| *camel.source.endpoint.exceptionHandler* | To let the consumer use a custom
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this
option is not in use. By default the consumer will deal with exceptions, that
will be logged at WARN or ERROR level and ignored. | null | MEDIUM
| *camel.source.endpoint.exchangePattern* | Sets the exchange pattern when the
consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut] | null |
MEDIUM
| *camel.source.endpoint.pollStrategy* | A pluggable
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your
custom implementation to control error handling usually occurred during the
poll operation before an Exchange have been created and being routed in Camel.
| null | MEDIUM
@@ -106,11 +106,11 @@ The camel-aws2-s3 source connector supports 85 options,
which are listed below.
| *camel.component.aws2-s3.destinationBucketPrefix* | Define the destination
bucket prefix to use when an object must be moved and moveAfterRead is set to
true. | null | MEDIUM
| *camel.component.aws2-s3.destinationBucketSuffix* | Define the destination
bucket suffix to use when an object must be moved and moveAfterRead is set to
true. | null | MEDIUM
| *camel.component.aws2-s3.fileName* | To get the object from the bucket with
the given file name | null | MEDIUM
-| *camel.component.aws2-s3.includeBody* | If it is true, the exchange body
will be set to a stream to the contents of the file. If false, the headers will
be set with the S3 object metadata, but the body will be null. This option is
strongly related to autocloseBody option. In case of setting includeBody to
true and autocloseBody to false, it will be up to the caller to close the
S3Object stream. Setting autocloseBody to true, will close the S3Object stream
automatically. | true | MEDIUM
+| *camel.component.aws2-s3.includeBody* | If it is true, the S3Object exchange
will be consumed and put into the body and closed. If false the S3Object stream
will be put raw into the body and the headers will be set with the S3 object
metadata. This option is strongly related to autocloseBody option. In case of
setting includeBody to true because the S3Object stream will be consumed then
it will also be closed in case of includeBody false then it will be up to the
caller to close the S3 [...]
| *camel.component.aws2-s3.includeFolders* | If it is true, the
folders/directories will be consumed. If it is false, they will be ignored, and
Exchanges will not be created for those | true | MEDIUM
| *camel.component.aws2-s3.moveAfterRead* | Move objects from S3 bucket to a
different bucket after they have been retrieved. To accomplish the operation
the destinationBucket option must be set. The copy bucket operation is only
performed if the Exchange is committed. If a rollback occurs, the object is not
moved. | false | MEDIUM
| *camel.component.aws2-s3.prefix* | The prefix which is used in the
com.amazonaws.services.s3.model.ListObjectsRequest to only consume objects we
are interested in. | null | MEDIUM
-| *camel.component.aws2-s3.autocloseBody* | If this option is true and
includeBody is true, then the S3Object.close() method will be called on
exchange completion. This option is strongly related to includeBody option. In
case of setting includeBody to true and autocloseBody to false, it will be up
to the caller to close the S3Object stream. Setting autocloseBody to true, will
close the S3Object stream automatically. | true | MEDIUM
+| *camel.component.aws2-s3.autocloseBody* | If this option is true and
includeBody is false, then the S3Object.close() method will be called on
exchange completion. This option is strongly related to includeBody option. In
case of setting includeBody to false and autocloseBody to false, it will be up
to the caller to close the S3Object stream. Setting autocloseBody to true, will
close the S3Object stream automatically. | true | MEDIUM
| *camel.component.aws2-s3.basicPropertyBinding* | Whether the component
should use basic property binding (Camel 2.x) or the newer property binding
with additional capabilities | false | LOW
| *camel.component.aws2-s3.accessKey* | Amazon AWS Access Key | null | MEDIUM
| *camel.component.aws2-s3.secretKey* | Amazon AWS Secret Key | null | MEDIUM