Fabian Morgan created HDDS-16591:
------------------------------------
Summary: Latent S3 Issue With NotImplemented APIs
Key: HDDS-16591
URL: https://issues.apache.org/jira/browse/HDDS-16591
Project: Apache Ozone
Issue Type: Task
Reporter: Fabian Morgan
Assignee: Fabian Morgan
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]