Method: Amazon#credentials_url

Defined in:
lib/cluster/infrastructures/amazon.rb

#credentials_url(seconds = 1200) ⇒ Object


473
474
475
476
# File 'lib/cluster/infrastructures/amazon.rb', line 473

def credentials_url(seconds = 1200)
  keygen = RightAws::S3Generator::Key.new(bucket, @options.bucket_key)
  keygen.get(seconds)
end