Skip to content

Commit ae2a018

Browse files
authored
Merge pull request #665 from jahschwa/bug/obj-signed-url-expires-typo
fix obj pre-signed url expires max
2 parents c2d2de2 + 4e9ffe8 commit ae2a018

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)