``` > nim object url --ttl 10080 x › Error: Max allowed expiration is seven days (604800 seconds). ``` this is likely a rounding error since the expiration is computed as "now" + ttl * 60 * 1000.