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

18 commits

Author SHA1 Message Date
Julian Weber
0e89acdcc8 refactors create_temp_url method to use the options hash for schemes instead of a parameter 2013-10-02 16:22:15 +02:00
Julian Weber
2e0be6bd17 adapts aws method signatures for temp url generation 2013-10-02 15:13:47 +02:00
Julian Weber
997cec9271 refactors get_object_https_url request, adds temp_signed_url method to file class 2013-10-01 16:43:17 +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
65a88e4af0 [openstack|storage] patch #delete_static_large_object for Swift v1.8
This commit addresses an issue where the Content-Type header is not
being set correctly in the response. This has been fixed in Swift v1.9.
openstack/swift@ad24cde120
2013-09-29 18:44:02 +00: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
7cf00f3251 [openstack|storage] patch #delete_multiple_objects for Swift v1.8
This commit addresses an issue where the Content-Type header is not
being set correctly in the response. This has been fixed in Swift v1.9.
openstack/swift@ad24cde120
2013-09-29 18:35:50 +00:00
Brian D. Burns
912760e735 [openstack|storage] add #delete_multiple_objects 2013-09-29 18:34:23 +00:00
Brian D. Burns
921766c753 [openstack|storage] remove deprecated response block from request 2013-09-24 13:27:21 -04:00
Dmitry Gutov
baff59ad3e Fog::Storage::OpenStack::Real#put_object: Document the block parameter
Fog::Storage::Rackspace::Real#put_object: Same
2013-09-24 03:34:43 +03: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
Yauheni Kryudziuk
06778fb112 [openstack|storage] Added temporary signed URL support 2013-08-14 10:24:40 +02:00
Brian D. Burns
9c15a41fa1 [openstack|storage] put_object with request_block can not be idempotent 2013-07-27 19:07:04 -04: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
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
Sergio Rubio
9ace35ce5f [openstack|storage] intial import
Porting Fog Rackspace Storage service to OpenStack.
Mostly replaced names, removed CDN stuff (perhaps Rackspace specific)
and used authenticate_v2 (keystone).
2013-01-23 20:26:17 +01:00