fix: Fixed CopyObject copy-source parsing to handle object names with special characters

This commit is contained in:
jonaustin09
2024-10-02 11:40:25 -04:00
parent fed72e9200
commit d2df00a409
4 changed files with 63 additions and 10 deletions
+1 -1
View File
@@ -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: {