Skip to content

Commit

Permalink
Merge pull request #1 from cernbox/recycle
Browse files Browse the repository at this point in the history
Adapted signature following the change in reva#4455
  • Loading branch information
glpatcern authored Feb 13, 2024
2 parents ea4a697 + 9edd857 commit 487096e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cback/storage/cback.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down

0 comments on commit 487096e

Please sign in to comment.