Skip to content

Commit

Permalink
@uppy/companion: send expiry time along side S3 signed requests (#4202)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Nov 9, 2022
1 parent 0b0289f commit 119d4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/companion/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 119d4a2

Please sign in to comment.