mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-14 21:33:01 -06:00
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.74 to 7.0.75 (#3208)
This commit is contained in:
parent
6ff8376d96
commit
c28a18b680
9 changed files with 1324 additions and 20 deletions
1
vendor/github.com/minio/minio-go/v7/s3-error.go
generated
vendored
1
vendor/github.com/minio/minio-go/v7/s3-error.go
generated
vendored
|
|
@ -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.
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue