jingwang opened a new issue, #3992: URL: https://github.com/apache/camel-quarkus/issues/3992
When choosing `namingStrategy(AWSS3NamingStrategyEnum.random)` and `restartingPolicy(AWSS3RestartingPolicyEnum.lastPart)`, the very first file without any UUID suffix is always overwritten when the application restarts. One would expect in this case it would start with a file with a new UUID suffix. version: ``` <camel-quarkus.version>2.11.0</camel-quarkus.version> <quarkus-plugin.version>2.11.1.Final</quarkus-plugin.version> <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id> <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id> <quarkus.platform.version>2.11.1.Final</quarkus.platform.version> ``` -- 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: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org