A bug in AWS documentation caused this to be named "NoSuchTagSetError",
when the proper name (now fixed in the docs) is "NoSuchTagSet". Fix
this so we match AWS.
Fixes: https://tracker.ceph.com/issues/55460
Author: Peter Gerber <peter@arbitrary.ch>
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
(cherry picked from commit
a0ae10eb44217a2a1b084503e2fc131ab9bc2264)
Conflicts:
- path: src/rgw/rgw_common.cc
comment: manually resolved minor conflict
{ ERR_SERVICE_UNAVAILABLE, {503, "ServiceUnavailable"}},
{ ERR_RATE_LIMITED, {503, "SlowDown"}},
{ ERR_ZERO_IN_URL, {400, "InvalidRequest" }},
- { ERR_NO_SUCH_TAG_SET, {404, "NoSuchTagSetError"}},
+ { ERR_NO_SUCH_TAG_SET, {404, "NoSuchTagSet"}},
});
rgw_http_errors rgw_http_swift_errors({