mirror of
https://github.com/versity/versitygw.git
synced 2026-09-06 16:16:53 +00:00
fix: Fixed CopyObject copy-source parsing to handle object names with special characters
This commit is contained in:
+1
-1
@@ -356,7 +356,7 @@ var errorCodeResponse = map[ErrorCode]APIError{
|
||||
},
|
||||
ErrInvalidAccessKeyID: {
|
||||
Code: "InvalidAccessKeyId",
|
||||
Description: "The access key ID you provided does not exist in our records.",
|
||||
Description: "The AWS Access Key Id you provided does not exist in our records.",
|
||||
HTTPStatusCode: http.StatusForbidden,
|
||||
},
|
||||
ErrRequestNotReadyYet: {
|
||||
|
||||
Reference in New Issue
Block a user