We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 273f420 + e74694a commit 1e51b1cCopy full SHA for 1e51b1c
src/rgw/rgw_rest_swift.cc
@@ -1030,6 +1030,8 @@ int RGWPutObj_ObjStore_SWIFT::get_params(optional_yield y)
1030
}
1031
1032
supplied_etag = s->info.env->get("HTTP_ETAG");
1033
+ if_match = s->info.env->get("HTTP_IF_MATCH");
1034
+ if_nomatch = s->info.env->get("HTTP_IF_NONE_MATCH");
1035
1036
if (!s->generic_attrs.count(RGW_ATTR_CONTENT_TYPE)) {
1037
ldpp_dout(this, 5) << "content type wasn't provided, trying to guess" << dendl;
0 commit comments