0002-00000069

更新时间:
复制 MD 格式

Issue description

The signed URL has expired.

Cause

The signed URL included in the request has passed its expiration time.

Sample problem

You sent a request with a signature in the URL parameters. The Expires field (for V1 signatures) or the x-oss-expires field (for V2 signatures) specifies the URL's expiration time as a Unix timestamp. A Unix timestamp is the number of seconds since 00:00:00 UTC on January 1, 1970. If Object Storage Service (OSS) receives the request after the expiration time, OSS returns a timeout error. For example, if the current time is 1141889060 and a developer wants to create a URL that expires in 60 seconds, the Expires value must be 1141889120.

Solution

Generate a new signed URL. For more information, see Signature V1.

Important

For security reasons, URLs generated in the OSS console are valid for 3,600 seconds by default. The maximum validity period is 32,400 seconds. To change the URL expiration time, see Use file URLs.