We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0685128 commit b01a2c0Copy full SHA for b01a2c0
1 file changed
common/rst/xtreemstore.go
@@ -54,5 +54,5 @@ func (x *xtreemstoreS3Provider) IncludeInBulkRequest(ctx context.Context, reques
54
}
55
56
func (x *xtreemstoreS3Provider) BuildBulkRequest(ctx context.Context) (submitBulkRequest SubmitBulkRequestFn, appendBulkRequestCfg AppendBulkRequestCfgFn, err error) {
57
- return nil, nil, nil
+ return nil, nil, ErrUnsupportedOpForRST
58
0 commit comments