CLI Version
linode-cli v5.67.0 Built from spec version 4.224.0
Command
linode-cli obj signurl <BUCKET> <OBJECT> +31536000 happily spits out a URL, but trying to access it will give Access Denied.
Reducing the expiration to 24h works.
Given that there's a limit, the command should reject expiration times above the limit and error out.
Output
No response
Expected Behavior
Error: Expiration above limit (86400s / 24h).
Actual Behavior
Steps to Reproduce
No response
CLI Version
linode-cli v5.67.0 Built from spec version 4.224.0
Command
linode-cli obj signurl <BUCKET> <OBJECT> +31536000happily spits out a URL, but trying to access it will give Access Denied.Reducing the expiration to 24h works.
Given that there's a limit, the command should reject expiration times above the limit and error out.
Output
No response
Expected Behavior
Error: Expiration above limit (86400s / 24h).
Actual Behavior
Steps to Reproduce
No response