mirror of
https://github.com/ceph/ceph
synced 2025-03-30 07:19:14 +00:00
rgw: uses 404 http code when there is NoSuchTagSetError
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
This commit is contained in:
parent
56189e2754
commit
993d86fad8
@ -121,7 +121,7 @@ rgw_http_errors rgw_http_s3_errors({
|
||||
{ ERR_SERVICE_UNAVAILABLE, {503, "ServiceUnavailable"}},
|
||||
{ ERR_RATE_LIMITED, {503, "SlowDown"}},
|
||||
{ ERR_ZERO_IN_URL, {400, "InvalidRequest" }},
|
||||
{ ERR_NO_SUCH_TAG_SET, {400, "NoSuchTagSetError"}},
|
||||
{ ERR_NO_SUCH_TAG_SET, {404, "NoSuchTagSetError"}},
|
||||
});
|
||||
|
||||
rgw_http_errors rgw_http_swift_errors({
|
||||
|
Loading…
Reference in New Issue
Block a user