mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
![]() * Sets the account-wide Temp URL Key * The key is used to sign any expiring URLs to otherwise private objects * Once the key has been set, you need to pass it in when creating a new Rackspace Storage object like so: storage = Fog::Storage.new(:rackspace_username => 'username', :rackspace_api_key => 'api_key', :rackspace_temp_url_key => 'secret-key', :provider => 'Rackspace') * After this has been set, create an expiring URL like so: storage.get_object_https_url("container","object_key", Time.now + 60) |
||
---|---|---|
.. | ||
models | ||
requests | ||
cdn.rb | ||
compute.rb | ||
dns.rb | ||
load_balancers.rb | ||
storage.rb |