aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3err/s3-error.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/s3api/s3err/s3-error.go')
-rw-r--r--weed/s3api/s3err/s3-error.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/s3api/s3err/s3-error.go b/weed/s3api/s3err/s3-error.go
index 224378ec5..b87764742 100644
--- a/weed/s3api/s3err/s3-error.go
+++ b/weed/s3api/s3err/s3-error.go
@@ -58,4 +58,5 @@ var s3ErrorResponseMap = map[string]string{
"InvalidDuration": "Duration provided in the request is invalid.",
"XAmzContentSHA256Mismatch": "The provided 'x-amz-content-sha256' header does not match what was computed.",
// Add new API errors here.
+ "NoSuchCORSConfiguration": "The CORS configuration does not exist",
}