Skip to content

Commit

Permalink
Adapted signature following reva#4514
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Feb 13, 2024
1 parent 487096e commit 889d7d7
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 @@ -562,7 +562,7 @@ func (f *fs) Unlock(ctx context.Context, ref *provider.Reference, lock *provider
return errtypes.NotSupported("Operation Not Permitted")
}

func (f *fs) Upload(ctx context.Context, ref *provider.Reference, r io.ReadCloser) error {
func (f *fs) Upload(ctx context.Context, ref *provider.Reference, r io.ReadCloser, metadata map[string]string) error {
return errtypes.NotSupported("Operation Not Permitted")
}

Expand Down

0 comments on commit 889d7d7

Please sign in to comment.