method
s3_expiration
v2_5_5 -
Show latest stable
- Class:
Gem::RemoteFetcher
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