oscerd opened a new pull request, #23086:
URL: https://github.com/apache/camel/pull/23086

   This PR updates the camel-aws2-s3 component to use the ListObjectsV2 API 
instead of the deprecated ListObjects API.
   
   **Changes:**
   - Updated AWS2S3Producer to use ListObjectsV2Request/Response
   - Updated AWS2S3Consumer to use ListObjectsV2Request/Response and 
continuationToken instead of marker
   - Updated test mocks to use V2 APIs
   - Updated documentation example
   
   **API Changes:**
   - ListObjectsRequest → ListObjectsV2Request
   - ListObjectsResponse → ListObjectsV2Response
   - marker() → continuationToken()
   - nextMarker() → nextContinuationToken()
   - listObjects() → listObjectsV2()
   
   Fixes: https://issues.apache.org/jira/browse/CAMEL-23132


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to