diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-03-30 13:04:15 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2022-03-30 13:04:15 +0500 |
| commit | 6317f6a8a9352575855da1dbe88a0fff48c69d92 (patch) | |
| tree | 740513b5e0c172e0a10a386c93a8e0607f5130d1 /weed/s3api/s3err/s3api_errors.go | |
| parent | 9231971c88fc16efdeffdd52030c942dbbf3a890 (diff) | |
| download | seaweedfs-6317f6a8a9352575855da1dbe88a0fff48c69d92.tar.xz seaweedfs-6317f6a8a9352575855da1dbe88a0fff48c69d92.zip | |
fix Description
Diffstat (limited to 'weed/s3api/s3err/s3api_errors.go')
| -rw-r--r-- | weed/s3api/s3err/s3api_errors.go | 2 |
1 files changed, 1 insertions, 1 deletions
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: { |
