1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/google/requests/storage
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
..
copy_object.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
delete_bucket.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
delete_object.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
get_bucket.rb [google|storage] also update mocks to omit storageclass 2012-09-15 13:28:36 -05:00
get_bucket_acl.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
get_object.rb [fix] Corrected the service mocks for testing to respond with a 304 to values of If-Modified-Since that match Last-Modified 2013-07-10 13:58:54 -05:00
get_object_acl.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
get_object_http_url.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
get_object_https_url.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
get_object_torrent.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
get_object_url.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
get_service.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
head_object.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
put_bucket.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
put_bucket_acl.rb [storage|google] move google storage to shared google stuff (namespacing should probably be corrected) 2011-08-24 13:55:35 -05:00
put_object.rb [google|storage] also update mocks to omit storageclass 2012-09-15 13:28:36 -05:00
put_object_url.rb Use https_url instead of deprecated url for put_object_url 2012-03-21 19:47:15 -07:00