This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from b76491b Regen for commit b177960e94866b9cc1db1adbe046506057393d84 add 6241a5c CAMEL-15526: Camel-AWS2-S3: Consume Gzip file from S3 not working No new revisions were added by this update. Summary of changes: components/camel-aws2-s3/pom.xml | 5 ++ .../camel/component/aws2/s3/AWS2S3Endpoint.java | 24 +----- .../localstack/S3GzipOperationLocalstackTest.java | 85 ++++++++++++++++++++++ 3 files changed, 94 insertions(+), 20 deletions(-) create mode 100644 components/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/localstack/S3GzipOperationLocalstackTest.java