fmorg-git opened a new pull request, #11186: URL: https://github.com/apache/ozone/pull/11186
Please describe your PR in detail: * This ticket addresses two issues: 1) If the wrong endpoint path is used (for example having `/invalidPath` at the end instead of the root path), then the aws client returns an opaque "Unknown" error. This ticket updates to give a more user-friendly message. 2) If a valid session token is created, and a user uses a session token that is the concatenation of the session token with itself, it is considered valid and should not be. This ticket fixes this issue as well. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16371 ## How was this patch tested? unit and smoke 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]
