Ross Coundon
12/03/2021, 8:16 AMThe credentials that you can use to create a presigned URL include:
IAM instance profile: Valid up to 6 hours
AWS Security Token Service : Valid up to 36 hours when signed with permanent credentials, such as the credentials of the AWS account root user or an IAM user
IAM user: Valid up to 7 days when using AWS Signature Version 4
To create a presigned URL that's valid for up to 7 days, first designate IAM user credentials (the access key and secret access key) to the SDK that you're using. Then, generate a presigned URL using AWS Signature Version 4.
Does anyone have idea how I go about using the 2nd option (AWS Security Token Service) to make it available for 36 hours?thdxr
12/03/2021, 12:47 PMthdxr
12/03/2021, 12:48 PMthdxr
12/03/2021, 12:48 PMthdxr
12/03/2021, 12:49 PMRoss Coundon
12/03/2021, 12:55 PMthdxr
12/03/2021, 1:49 PMRoss Coundon
12/03/2021, 2:03 PM