Skip to content

Commit b01a2c0

Browse files
committed
fix(rst): TODO merge - xtreemstoreS3Provider's BuildBulkRequest is not supported yet so it should return ErrUnsupportedOpForRST
1 parent 0685128 commit b01a2c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/rst/xtreemstore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ func (x *xtreemstoreS3Provider) IncludeInBulkRequest(ctx context.Context, reques
5454
}
5555

5656
func (x *xtreemstoreS3Provider) BuildBulkRequest(ctx context.Context) (submitBulkRequest SubmitBulkRequestFn, appendBulkRequestCfg AppendBulkRequestCfgFn, err error) {
57-
return nil, nil, nil
57+
return nil, nil, ErrUnsupportedOpForRST
5858
}

0 commit comments

Comments
 (0)