Skip to content

Commit

Permalink
@uppy/companion: send expire info for non-multipart uploads (transloa…
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Nov 15, 2022
1 parent 0f502c5 commit 64f4692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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 64f4692

Please sign in to comment.