Skip to content

Commit

Permalink
fix initiate file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 28, 2022
1 parent 086f25c commit 265d091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/utils/eosfs/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ func (fs *eosfs) InitiateUpload(ctx context.Context, ref *provider.Reference, up
if err != nil {
return nil, err
}
p = fs.wrap(ctx, p)
return map[string]string{
"simple": p,
}, nil
Expand Down

0 comments on commit 265d091

Please sign in to comment.