Remove leading space from DeleteObject action name (#4108)
This commit is contained in:
parent
33175a59e7
commit
803e005343
@ -133,7 +133,7 @@ ACTION_MAP = {
|
|||||||
"DELETE": {
|
"DELETE": {
|
||||||
"uploadId": "AbortMultipartUpload",
|
"uploadId": "AbortMultipartUpload",
|
||||||
"versionId": "DeleteObjectVersion",
|
"versionId": "DeleteObjectVersion",
|
||||||
"DEFAULT": " DeleteObject",
|
"DEFAULT": "DeleteObject",
|
||||||
},
|
},
|
||||||
"POST": {
|
"POST": {
|
||||||
"uploads": "PutObject",
|
"uploads": "PutObject",
|
||||||
|
Loading…
Reference in New Issue
Block a user