diff options
author | 2024-08-19 10:37:44 +0000 | |
---|---|---|
committer | 2024-08-19 10:37:44 +0000 | |
commit | c28a18b6804bab16c7958edca3028cd06dcedaa8 (patch) | |
tree | c7677bcb0c89e07dab27bd31810b7604ab4f5da8 /vendor/github.com/minio/minio-go/v7/s3-error.go | |
parent | [chore]: Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#3210) (diff) | |
download | gotosocial-c28a18b6804bab16c7958edca3028cd06dcedaa8.tar.xz |
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.74 to 7.0.75 (#3208)
Diffstat (limited to 'vendor/github.com/minio/minio-go/v7/s3-error.go')
-rw-r--r-- | vendor/github.com/minio/minio-go/v7/s3-error.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/minio/minio-go/v7/s3-error.go b/vendor/github.com/minio/minio-go/v7/s3-error.go index f365157ee..f7fad19f6 100644 --- a/vendor/github.com/minio/minio-go/v7/s3-error.go +++ b/vendor/github.com/minio/minio-go/v7/s3-error.go @@ -57,5 +57,6 @@ var s3ErrorResponseMap = map[string]string{ "BucketAlreadyOwnedByYou": "Your previous request to create the named bucket succeeded and you already own it.", "InvalidDuration": "Duration provided in the request is invalid.", "XAmzContentSHA256Mismatch": "The provided 'x-amz-content-sha256' header does not match what was computed.", + "NoSuchCORSConfiguration": "The specified bucket does not have a CORS configuration.", // Add new API errors here. } |