amazon-web-servicesamazon-s3aws-sdkaws-cliaws-access-policy

AWS permanent pre-signed signature


How to get an pre-signed signature or link that have infinite expire in AWS. Or it is possible to create a permanent signature, using accesskey and secure key?


Solution

  • Except for AWS Access Keys, all other credentials, pre-signed URLs, etc. are temporary credentials.

    All pre-signed URLs expire. The minimum expiration value is 1 second and the maximum is seven days (604,800 seconds).

    Authenticating Requests: Using Query Parameters (AWS Signature Version 4)