SageMaker pre-signed URL timeout extension

0

How can I extend the default time out period for SageMaker pre-signed URL ?

2 回答
0
已接受的回答

The session timeout duration can specified using

`SessionExpirationDurationInSeconds`

in the API. Refer to https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreatePresignedDomainUrl.html#API_CreatePresignedDomainUrl_RequestParameters. This value defaults to 43200 which is the max allowed value.

AWS
marancs
已回答 1 年前
0

SessionExpirationDurationInSeconds will specify the session timeout (which defaults to 12 hours), not the timeout for the presigned URL itself (which defaults to 5 minutes).

@bluestart_rp If your request is to set the timeout for the presigned URL expiry, use ExpiresInSeconds and note that the max. time is 5 minutes.

AWS
Durga_S
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则