hevinhsu opened a new pull request, #8478: URL: https://github.com/apache/ozone/pull/8478
## What changes were proposed in this pull request? This PR implements [HDDS-13032](https://issues.apache.org/jira/browse/HDDS-13032), which introduces a canonical ownerId for Ozone S3 Gateway responses. Following the approach discussed in [minio/minio#4553](https://github.com/minio/minio/issues/4553), a default ownerId is generated using the SHA-256 algorithm to ensure the value is deterministic and conforms to the AWS S3 canonical user ID format. Main changes include: All ownerId responses now return this default canonical ID. A new utility method has been added to S3Utils to generate IDs matching the [AWS canonical user ID specification](https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-identifiers.html). ## What is the link to the Apache JIRA [HDDS-13032](https://issues.apache.org/jira/browse/HDDS-13032) ## How was this patch tested? https://github.com/hevinhsu/ozone/actions/runs/15109157746 -- 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]
