NewObjectWriter creates an object writer.
(ctx context.Context, opt object.WriterOptions)
| 189 | |
| 190 | // NewObjectWriter creates an object writer. |
| 191 | func (r *directRepository) NewObjectWriter(ctx context.Context, opt object.WriterOptions) object.Writer { |
| 192 | return r.omgr.NewWriter(ctx, opt) |
| 193 | } |
| 194 | |
| 195 | // ConcatenateOptions describes options for concatenating objects. |
| 196 | type ConcatenateOptions struct { |