1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Bob Lail and Luke Booth
47547e42ef [fix] Corrected the service mocks for testing to respond with a 304 to values of If-Modified-Since that match Last-Modified
The HTTP spec suggests that clients supply the value of Last-Modified that they previously received from the server to If-Modified-Since. When comparing If-Modified-Since > Last-Modified, however, the Mock object would fail to return a 304 for such a case.
2013-07-10 13:58:54 -05:00
Kyle Rames
d6243bb05a [hp/openstack|compute] remove erroneous block argument to get_object; fixes issue #1588 for OpenStack and HP 2013-02-22 16:36:31 -06:00
Rupak Ganguly
2c37b04860 Update call to include response_block rather than passing a block, to conform to excon deprecation message.
Fix code when block is not passed.
2012-06-19 18:03:02 -04:00
Rupak Ganguly
09268ca8fc Fix mocks to match real implementation. 2012-04-02 15:30:42 -04:00
Rupak Ganguly
813c23ae10 Refactor escape method for container and object names and move it to the HP provider from individual namespaces. 2012-03-21 16:59:08 -04:00
Rupak Ganguly
7e1a287e4d Merge fog 1.0.0 from upstream, and update namespace changes across the HP provider for storage and compute services. 2011-10-17 15:25:07 -04:00