sravani-revuri opened a new pull request, #10897: URL: https://github.com/apache/ozone/pull/10897
## What changes were proposed in this pull request? The S3 compatibility tests test_bucket_listv2_fetchowner_defaultempty and test_bucket_listv2_fetchowner_empty are failing because in the S3 ListObjectsV2 response, the Owner field is currently included for each object even when the fetch-owner parameter is not set or is false. According to S3 behavior, owner information should only be returned when fetch-owner=true is requested. Update the response generation logic to omit the Owner field unless the fetch-owner flag is enabled. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15645 ## How was this patch tested? Written unit tests. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
