()
| 45 | } |
| 46 | |
| 47 | func (ee *enumerateError) Error() string { |
| 48 | return fmt.Sprintf("files enumerate error: %s: %v", ee.msg, ee.err) |
| 49 | } |
| 50 | |
| 51 | // readBlobs implements EnumerateBlobs. It calls itself recursively on subdirectories. |
| 52 | func (ds *Storage) readBlobs(ctx context.Context, opts readBlobRequest) error { |
no outgoing calls