sdk - AmazonS3 GetPreSignedUrlRequest max Expires date -
sdk - AmazonS3 GetPreSignedUrlRequest max Expires date -
i'm generating pre-signed urls amazons3 .net sdk. working fine have stopped working now. used set expires date near year 2038 because wanted create them permanent posible. used 2038 because date epoch date , there year 2038 problem (http://en.wikipedia.org/wiki/year_2038_problem). sdk doesn't limit on date seems when access url gives access denied next message:
<message>invalid date (should seconds since epoch): 2147500800</message>
does know if there limits expires date?
it looks know reply this.
a quick test reveals expiry dates after approximately 03:14 utc on tuesday, 19 jan 2038
indeed fail. you've run bug in wikipedia article linked to.
sdk amazon-s3
Comments
Post a Comment