Skip to content

Commit 8e4e45a

Browse files
(PTFE-3045) Increase lifecycle of signature
1 parent 4b65b5d commit 8e4e45a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/compute_aws_s3_signature.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ elseif signature_mode == "PRESIGN" then
243243

244244
-- Set presignature expiration
245245
--
246-
expires = ngx.time() + 60
246+
expires = ngx.time() + 3600
247247

248248
-- Compute presignature.
249249
--

0 commit comments

Comments
 (0)