diff options
author | 2023-06-26 20:45:49 +0000 | |
---|---|---|
committer | 2023-06-26 20:45:49 +0000 | |
commit | e3e0f673ccc1bb862a5c0eaa537a5cf37aeb2b88 (patch) | |
tree | 1e361710c67c8c8104dfc6e1774339c144d20335 /vendor/github.com/minio/minio-go/v7/api-put-object-fan-out.go | |
parent | [chore]: Bump github.com/miekg/dns from 1.1.54 to 1.1.55 (#1929) (diff) | |
download | gotosocial-e3e0f673ccc1bb862a5c0eaa537a5cf37aeb2b88.tar.xz |
[chore]: Bump github.com/minio/minio-go/v7 from 7.0.56 to 7.0.58 (#1928)
Diffstat (limited to 'vendor/github.com/minio/minio-go/v7/api-put-object-fan-out.go')
-rw-r--r-- | vendor/github.com/minio/minio-go/v7/api-put-object-fan-out.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/minio/minio-go/v7/api-put-object-fan-out.go b/vendor/github.com/minio/minio-go/v7/api-put-object-fan-out.go index 9016ec4b4..0ae9142e1 100644 --- a/vendor/github.com/minio/minio-go/v7/api-put-object-fan-out.go +++ b/vendor/github.com/minio/minio-go/v7/api-put-object-fan-out.go @@ -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 |