fmorg-git opened a new pull request, #11313: URL: https://github.com/apache/ozone/pull/11313
Please describe your PR in detail: * The S3 handlers have a pattern where if a particular selector is not implemented, it falls through to the plain handler. For example, GetObjectAcl is not implemented so "?acl" requests fall to GetObject and this results in an Internal Server Error 500 after several retries. Because this affects S3 it affects STS requests as well. This ticket updates to enumerate the selectors for apis (except for POST method) so that if an api is not implemented, it immediately returns with a 501 NotImplemented error code. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16591 ## How was this patch tested? integration tests, 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]
