Preetam Panchaksharaiah created CAMEL-23132:
-----------------------------------------------
Summary: camel-aws2-s3 does not use listObjectV2 for listing
objects
Key: CAMEL-23132
URL: https://issues.apache.org/jira/browse/CAMEL-23132
Project: Camel
Issue Type: Bug
Components: camel-aws2-s3
Affects Versions: 4.14.4
Reporter: Preetam Panchaksharaiah
camel-aws2-s3 does not use listObjectV2 for listing objects.
.toD("aws2-s3://temp-bucket"
+ "?accessKey=RAW(\{{accessKey}})"
+ "&secretKey=RAW(\{{secretKey}})"
+ "®ion=us-east-1"
+ "&overrideEndpoint=true"
+ "&uriEndpointOverride=http://192.168.96.90:9000"
+ "&prefix=ff8ef11a-9db0-4688-84f6-71ad8f4902e7"
+ "&operation=listObjects")
Checking the call using tcpdump see only
GET /temp-bucket?prefix=ff8ef11a-9db0-4688-84f6-71ad8f4902e7 HTTP/1.1\r\n
The list-type=2 parameter is missing.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)