We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d018af commit 1685fd8Copy full SHA for 1685fd8
api-put-object-fan-out.go
@@ -62,7 +62,7 @@ type PutObjectFanOutResponse struct {
62
ETag string `json:"etag,omitempty"`
63
VersionID string `json:"versionId,omitempty"`
64
LastModified *time.Time `json:"lastModified,omitempty"`
65
- Error error `json:"error,omitempty"`
+ Error string `json:"error,omitempty"`
66
}
67
68
// PutObjectFanOut - is a variant of PutObject instead of writing a single object from a single
0 commit comments