Skip to content

Commit

Permalink
@uppy/companion: send expiry time along side S3 signed requests (tran…
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Nov 9, 2022
1 parent 01310c0 commit 5c34a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/controllers/s3.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ module.exports = function s3 (config) {
next(err)
return
}
res.json({ url })
res.json({ url, expires: config.expires })
})
}

Expand Down

0 comments on commit 5c34a02

Please sign in to comment.