Skip to content

Commit

Permalink
Merge pull request #2 from cernbox/lock-upload
Browse files Browse the repository at this point in the history
Adapted signature following reva#4514
  • Loading branch information
glpatcern authored Aug 30, 2024
2 parents 6003915 + 7561588 commit c4eb9c0
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 c4eb9c0

Please sign in to comment.