HAKASHUN / manabi

manabi
14 stars 1 forks source link

S3の事前署名付きURL発行で設定できる最大期間 #116

Closed HAKASHUN closed 8 years ago

HAKASHUN commented 8 years ago

Provides the time period, in seconds, for which the generated presigned URL is valid. For example, 86400 (24 hours). This value is an integer. The minimum value you can set is 1, and the maximum is 604800 (seven days).

A presigned URL can be valid for a maximum of seven days because the signing key you use in signature calculation is valid for up to seven days.

http://docs.aws.amazon.com/ja_jp/AmazonS3/latest/API/sigv4-query-string-auth.html