1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/aws
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
..
models [aws|rds] Allow string or symbol hash keys. 2011-07-30 23:12:29 -04:00
requests [aws|rds] add LicenseModel to format 2011-07-21 16:48:51 -05:00
signed_params_tests.rb Changed the encoding of the space character 2011-07-13 11:13:59 +02:00