mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
API/handler: CopyObject make it behave in accordance with S3 spec. (#2155)
Fixes bugs found while running s3verify tool - fixes #2152
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
3341fe9b28
commit
5102a5877e
@@ -265,7 +265,7 @@ var errorCodeResponse = map[APIErrorCode]APIError{
|
||||
},
|
||||
ErrPreconditionFailed: {
|
||||
Code: "PreconditionFailed",
|
||||
Description: "At least one of the preconditions you specified did not hold.",
|
||||
Description: "At least one of the pre-conditions you specified did not hold",
|
||||
HTTPStatusCode: http.StatusPreconditionFailed,
|
||||
},
|
||||
ErrRequestTimeTooSkewed: {
|
||||
|
||||
Reference in New Issue
Block a user