S3Connection generate_url - Limit to how long for expire?

34 views
Skip to first unread message

Dillian Murphey

unread,
Nov 25, 2015, 1:16:07 PM11/25/15
to boto-users
130      expires_secs = expires_days*60*60*24
131      conn = S3Connection()
134  ->    url = conn.generate_url(
135          expires_secs,
136          'GET',
137          bucket,
138          key,
139          response_headers={


I want to do 5 days, but it looks like my link expired much sooner.  Calculation of seconds looks fine to me.  Is there a limit to how long the URL can last???

thanks

Reply all
Reply to author
Forward
0 new messages