mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05: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