Flowdock
method

s3_expiration

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: RemoteFetcher
s3_expiration() protected

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/remote_fetcher.rb, line 386
  def s3_expiration
    (Time.now + 3600).to_i # one hour from now
  end
Register or log in to add new notes.