[
https://issues.apache.org/jira/browse/CAMEL-17200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17444607#comment-17444607
]
Andrea Cosentino commented on CAMEL-17200:
------------------------------------------
If false/true are flipped, simply set the includeFolder to true, or not? From
what you report it seems there is just a misinterpretation of the boolean value
in the code. Didn't check myself yet. By the way, we consider block stuff like
"the project is not compiling" or something completely broken in the core. I
don't think we should consider this a blocker and btw there won't be a 3.13.1
release, but directly the 3.14.0 LTS release.
> [camel-google-storage] includeFolders parameter doesn't work
> ------------------------------------------------------------
>
> Key: CAMEL-17200
> URL: https://issues.apache.org/jira/browse/CAMEL-17200
> Project: Camel
> Issue Type: Bug
> Affects Versions: 3.13.0
> Reporter: Mathieu Souchet
> Priority: Minor
> Fix For: 3.11.4, 3.14.0
>
>
> The `includeFolders` parameter of `camel-google-storage` component doesn't
> work.
> The documentation
> ([https://camel.apache.org/components/3.12.x/google-storage-component.html#_component_option_includeFolders)]
> says that we just have to set the parameter to `false` in order to ignore
> folder elements of buckets,
> but actually the parameter does the opposite : if it is `false`, only folder
> elements are included by Camel.
> Responsible piece of code is here :
> [https://github.com/apache/camel/blob/main/components/camel-google/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/GoogleCloudStorageConsumer.java#L147]
> I think the condition is reversed
--
This message was sent by Atlassian Jira
(v8.20.1#820001)