Skip to content

Commit 4e9ffe8

Browse files
author
Joshua Haas
committed
fix obj pre-signed url expires max
1 parent bace6f2 commit 4e9ffe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15906,7 +15906,7 @@ paths:
1590615906
expires_in:
1590715907
type: integer
1590815908
minimum: 360
15909-
maximum: 68400
15909+
maximum: 86400
1591015910
default: 3600
1591115911
description: >
1591215912
How long this signed URL will be valid for, in seconds. If

0 commit comments

Comments
 (0)