From 6317f6a8a9352575855da1dbe88a0fff48c69d92 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Wed, 30 Mar 2022 13:04:15 +0500 Subject: [PATCH] fix Description --- weed/s3api/s3err/s3api_errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/s3api/s3err/s3api_errors.go b/weed/s3api/s3err/s3api_errors.go index 4ed5f8371..52803f398 100644 --- a/weed/s3api/s3err/s3api_errors.go +++ b/weed/s3api/s3err/s3api_errors.go @@ -160,7 +160,7 @@ var errorCodeResponse = map[ErrorCode]APIError{ }, ErrInvalidMaxDeleteObjects: { Code: "InvalidArgument", - Description: "Argument objects must be contains a list of up to 1000 keys", + Description: "Argument objects can contain a list of up to 1000 keys", HTTPStatusCode: http.StatusBadRequest, }, ErrInvalidPartNumberMarker: {