1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/rackspace/models/storage
Marshall Yount 242389721c support rackspace storage delete_at and delete_after headers
Rackspace Cloud Files allows the caller to set a time in the future
after which the uploaded asset will be automatically deleted.

http://docs.rackspace.com/files/api/v1/cf-devguide/content/Storage_Object_Services-d1e4300.html

This commit adds `deleted_at` and `deleted_after` attributes to the
`rackspace/models/storage/file.rb`. They are then added to the HTTP
headers when requested.

fix typo

add marshall yount to the contributors file
2014-02-06 14:23:19 -06:00
..
account_tests.rb Account tests now pass. 2013-12-20 12:18:35 -05:00
directories_tests.rb directories_tests now pass with mocks. 2013-12-20 12:18:35 -05:00
directory_tests.rb The rest of the directory_tests now pass too. 2013-12-20 12:18:35 -05:00
file_tests.rb support rackspace storage delete_at and delete_after headers 2014-02-06 14:23:19 -06:00
files_tests.rb files_tests already works with the mocks. Huzzah! 2013-12-20 12:18:36 -05:00
metadata_tests.rb [rackspace|storage] added the ability to determine meta prefixes from Class objects as well as Fog object. This addresses issue in Files#get method. 2013-02-28 09:02:05 -06:00