Skip to content

Commit

Permalink
@uppy/companion: send expire info for non-multipart uploads (#4214)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Nov 15, 2022
1 parent a4cab20 commit c088933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@uppy/companion/src/server/controllers/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = function s3 (config) {
method: 'post',
url: data.url,
fields: data.fields,
expires: config.expires,
})
})
}
Expand Down

0 comments on commit c088933

Please sign in to comment.