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

15 commits

Author SHA1 Message Date
Ash Wilson
e43fef3aab Apply the pending modifier before Storage.new. 2014-03-21 09:14:30 -04:00
Ash Wilson
0db7569907 Refactor out common bits from temp_url tests. 2014-03-21 08:37:07 -04:00
Ash Wilson
9ace678803 Test the relevant bits of the temp_urls explicitly. 2014-03-21 08:37:06 -04:00
Nick Osborn
a00571f7cb Remove webmock. 2013-10-16 13:44:35 +01:00
Kyle Rames
3a86092dc8 [openstack] make a couple storage tests pending if mocking 2013-10-09 14:46:20 -05:00
Julian Weber
ec632cd9d0 adds object tests for get_http_url, get_https_url 2013-10-08 12:12:31 +02:00
Kyle Rames
8747cbb166 Merge pull request #2165 from dgutov/open_stack_put_object_with_block
Fog::Storage::OpenStack::Real#put_object: Don't use data when block is provided
2013-10-01 07:09:03 -07:00
Brian D. Burns
56c28d2cb2 [openstack|storage] add #put_dynamic_obj_manifest
Renames the current #put_object_manifest method to better differentiate
this from the new #put_static_obj_manifest method. #put_object_manifest
has been retained for backward compatibility.
2013-09-29 18:43:12 +00:00
Brian D. Burns
d3ac285625 [openstack|storage] add methods for SLO support
Adds #put_static_obj_manifest and #delete_static_large_object methods.
2013-09-29 18:37:41 +00:00
Brian D. Burns
912760e735 [openstack|storage] add #delete_multiple_objects 2013-09-29 18:34:23 +00:00
Dmitry Gutov
f7427db942 Fog::Storage::OpenStack::Real#put_object: Don't use data when block is provided
Making request with 'Content-Length: 0' fails with status 499
2013-09-22 07:07:08 +03:00
Kyle Rames
5dca665c77 [openstack|storage] updating object tests to support ruby 1.8.7 2013-07-12 08:46:14 -05:00
Kyle Rames
88339d5475 [openstack|storage] added the ability to upload files using blocks in the same manner as the Rackspace provider 2013-07-11 16:19:31 -05:00
Brian D. Burns
eca5a275df [openstack|storage] allow headers to be specified for object manifest
Allows additional headers to be set, as well as overriding the default
X-Object-Manifest header.
2013-06-02 21:09:59 -04:00
Sergio Rubio
74ce4467eb [openstack|storage] Added OpenStack Storage service tests
Mostly copy&paste from the Rackspace Storage service
2013-01-23 20:55:15 +01:00