method

s3_expiration

s3_expiration()
protected

No documentation available.

# File lib/rubygems/remote_fetcher.rb, line 402
  def s3_expiration
    (Time.now + 3600).to_i # one hour from now
  end