aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3err/s3api_errors.go
diff options
context:
space:
mode:
authorhilimd <68371223+hilimd@users.noreply.github.com>2021-05-16 10:32:02 +0800
committerGitHub <noreply@github.com>2021-05-16 10:32:02 +0800
commit9524b08becce1e21d5da08884333de3b011f8e4a (patch)
treed2382f71f4daef035f3f1c092c1a654c433d03f1 /weed/s3api/s3err/s3api_errors.go
parentaabea37af1835af7ec53fb9b6a56295f2a591785 (diff)
parent1aa7e99a899bd0b22c00fb8128c381b7406f75eb (diff)
downloadseaweedfs-9524b08becce1e21d5da08884333de3b011f8e4a.tar.xz
seaweedfs-9524b08becce1e21d5da08884333de3b011f8e4a.zip
Merge pull request #77 from chrislusf/master
sync
Diffstat (limited to 'weed/s3api/s3err/s3api_errors.go')
-rw-r--r--weed/s3api/s3err/s3api_errors.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/s3api/s3err/s3api_errors.go b/weed/s3api/s3err/s3api_errors.go
index a3f7bb25e..877c39a52 100644
--- a/weed/s3api/s3err/s3api_errors.go
+++ b/weed/s3api/s3err/s3api_errors.go
@@ -116,7 +116,7 @@ var errorCodeResponse = map[ErrorCode]APIError{
},
ErrBucketAlreadyExists: {
Code: "BucketAlreadyExists",
- Description: "The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again.",
+ Description: "The requested bucket name is not available. The bucket name can not be an existing collection, and the bucket namespace is shared by all users of the system. Please select a different name and try again.",
HTTPStatusCode: http.StatusConflict,
},
ErrBucketAlreadyOwnedByYou: {