mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-15 00:23:00 -06:00
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.56 to 7.0.58 (#1928)
This commit is contained in:
parent
4ad933b71c
commit
e3e0f673cc
9 changed files with 86 additions and 34 deletions
2
vendor/github.com/minio/minio-go/v7/api-put-object-fan-out.go
generated
vendored
2
vendor/github.com/minio/minio-go/v7/api-put-object-fan-out.go
generated
vendored
|
|
@ -62,7 +62,7 @@ type PutObjectFanOutResponse struct {
|
|||
ETag string `json:"etag,omitempty"`
|
||||
VersionID string `json:"versionId,omitempty"`
|
||||
LastModified *time.Time `json:"lastModified,omitempty"`
|
||||
Error error `json:"error,omitempty"`
|
||||
Error string `json:"error,omitempty"`
|
||||
}
|
||||
|
||||
// PutObjectFanOut - is a variant of PutObject instead of writing a single object from a single
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue