class Gem::RemoteFetcher

def s3_expiration

def s3_expiration
  (Time.now + 3600).to_i # one hour from now
end