Remove leading space from DeleteObject action name (#4108)

This commit is contained in:
Roman Skurikhin 2021-07-29 16:50:24 +03:00 committed by GitHub
parent 33175a59e7
commit 803e005343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",