return error for AppendObject() API (#21272)

This commit is contained in:
Harshavardhana
2025-05-07 08:37:12 -07:00
committed by GitHub
parent 9ea14c88d8
commit 6d18dba9a2
4 changed files with 33 additions and 2 deletions

View File

@@ -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