[ 
https://issues.apache.org/jira/browse/CAMEL-23132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18063196#comment-18063196
 ] 

Andrea Cosentino commented on CAMEL-23132:
------------------------------------------

Do you need V2 for specific reason? For sure this could only go on 4.19 
eventually?

> 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
>            Priority: Major
>
> camel-aws2-s3 does not use listObjectV2 for listing objects.
>  
>     .toD("aws2-s3://temp-bucket"
>         + "?accessKey=RAW(\{{accessKey}})"
>         + "&secretKey=RAW(\{{secretKey}})"
>         + "&region=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)

Reply via email to