Timur Alperovich
eb1468c4ff
[Ninefold|Storage] Use Atmos in Ninefold storage.
...
Currently, code is duplicated between ninefold and atmos. We should
remove the code duplication and extend the atmos module in Ninefold.
2012-09-22 21:33:28 -07:00
Alexander Kolesen
fcc4db6a1d
Fixed handling options[:persistent] in some cases
...
Removed useless
@persistent = options[:persistent] || true
It prevented @persistent from being set to `false`
2012-06-21 14:56:46 +03:00
James Herdman
97b16d08d2
Remove absolute path when requiring
2012-05-26 11:27:28 -04:00
James Herdman
39cf7bb2a3
Remove unused variable
2012-05-26 11:27:24 -04:00
Andrew Newman
605ddaafd3
Missed renam to head_namespace.
2011-11-06 10:29:30 +10:00
Andrew Newman
95ccf23d05
Missing HEAD method.
2011-11-02 14:39:43 +10:00
geemus
3a1bed2106
[ninefold|storage] omit signature in stringtosign
...
better facilitates retries
2011-11-01 09:34:24 -05:00
geemus
ffd01e51dd
[core] pass connection_options through service init
...
closes #411
2011-09-12 10:01:56 -05:00
geemus
b2c8ff0388
[core] work toward separate requires
...
Should facilitate the following:
require 'fog/aws'
require 'fog/compute'
require 'fog/aws/compute'
I think once you `require 'rubygems'` those should work.
further cleanup should reduce common requires (ie nokogiri)
2011-08-31 15:52:53 -05:00
geemus
e9cda00650
[storage|ninefold] use Fog::HMAC
2011-08-31 15:32:12 -05:00
geemus
8338c5f81a
[storage|ninefold] move ninefold storage to its own shared area (namespacing should probably be corrected)
...
local fix
2011-08-24 14:09:25 -05:00