Skip to content

Commit 001054d

Browse files
mettkebenesch
authored andcommitted
Adding http PATCH Method used by securityhub/batch_update_findings
1 parent 9ac9bfd commit 001054d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rusoto/core/src/request.rs

+1
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ where
357357
"DELETE" => Method::DELETE,
358358
"GET" => Method::GET,
359359
"HEAD" => Method::HEAD,
360+
"PATCH" => Method::PATCH,
360361
v => {
361362
return Err(HttpDispatchError {
362363
message: format!("Unsupported HTTP verb {}", v),

0 commit comments

Comments
 (0)