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
Aaron Suggs 10c0b8006c [aws|rds] Allow string or symbol hash keys.
Server#modify and #create_read_replica allow
options to be passed as symbols or strings.

This allows the same hash of attributes to be used
for creating & modifying servers.

For example, the following lines are equivalent:
  server.modify(true, :allocated_storage => 10)
  server.modify(true, 'AllocatedStorage' => 10)
2011-07-30 23:12:29 -04:00
..
aws [aws|rds] Allow string or symbol hash keys. 2011-07-30 23:12:29 -04:00
bin Add sns to fog bin. 2011-07-19 15:26:39 -05:00
cdn [aws|cdn] Added commands for streaming distribution lists. 2011-07-25 15:42:12 -04:00
compute Merge pull request #449 from coliver/master 2011-07-26 10:45:38 -07:00
core Merge pull request #445 from brianhartsock/squash_false 2011-07-20 16:00:18 -07:00
dns [misc] to_json calls to use MultiJson 2011-07-20 11:08:11 -05:00
providers Start of SNS. 2011-07-19 15:26:37 -05:00
storage Added support for delimiter option in Fog::Storage::AWS::Mock object 2011-07-30 11:25:29 +02:00
terremark [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
bin.rb [vcloud|compute] duplicate ecloud code for vcloud, remove obvious terremark specific code. 2011-07-05 17:43:44 +10:00
cdn.rb remove provider attribute from shared services 2011-06-16 16:39:58 -07:00
compute.rb [compute] fix stormondemand namespace mismatch 2011-07-22 12:02:34 -05:00
core.rb [AWS|SNS] flesh out basics 2011-07-19 17:53:26 -05:00
dns.rb remove provider attribute from shared services 2011-06-16 16:39:58 -07:00
providers.rb [vcloud|compute] duplicate ecloud code for vcloud, remove obvious terremark specific code. 2011-07-05 17:43:44 +10:00
storage.rb [ninefold|storage] Framework + request method for Ninefold storage 2011-07-11 19:57:53 +10:00
terremark.rb defer requiring nokogiri 2011-02-16 17:25:50 -08:00