diff --git a/cback/storage/cback.go b/cback/storage/cback.go index 3382b43..9080b1d 100644 --- a/cback/storage/cback.go +++ b/cback/storage/cback.go @@ -526,7 +526,7 @@ func (f *fs) CreateStorageSpace(ctx context.Context, req *provider.CreateStorage return nil, errtypes.NotSupported("Operation Not Permitted") } -func (f *fs) ListRecycle(ctx context.Context, basePath, key, relativePath string) ([]*provider.RecycleItem, error) { +func (f *fs) ListRecycle(ctx context.Context, basePath, key, relativePath string, from, to *types.Timestamp) ([]*provider.RecycleItem, error) { return nil, errtypes.NotSupported("Operation Not Permitted") }