mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 06:26:17 +03:00
return error for AppendObject() API (#21272)
This commit is contained in:
@@ -758,7 +758,7 @@ func (r *metacacheReader) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// metacacheBlockWriter collects blocks and provides a callaback to store them.
|
||||
// metacacheBlockWriter collects blocks and provides a callback to store them.
|
||||
type metacacheBlockWriter struct {
|
||||
wg sync.WaitGroup
|
||||
streamErr error
|
||||
|
||||
Reference in New Issue
Block a user