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/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
parsers [AWS|SNS] flesh out basics 2011-07-19 17:53:26 -05:00
requests [aws|iam] add proper error messages 2011-07-20 22:10:56 -07:00
auto_scaling.rb [aws|compute] improve model and tests 2011-06-21 22:15:33 +01:00
cloud_formation.rb Use multi_json gem 2011-07-16 04:51:03 +02:00
cloud_watch.rb Added metric statistics model and collection 2011-05-19 13:11:20 +01:00
elb.rb [aws|elb] use slurp when raising errors to properly capture exception details 2011-07-19 10:14:04 -07:00
iam.rb [aws|iam] Simplify error handling code for errors with custom classes 2011-07-20 16:08:51 -07:00
rds.rb [AWS RDS] Added describe db engine versions and describe db reserved instances. Changed the signed params version to 2011-04-01 from 2010-07-28. 2011-07-12 16:03:04 -04:00
ses.rb [mock] error sooner for completely unimplemented services 2011-05-19 12:02:46 -07:00
simpledb.rb [compute|aws] fix helpers to use Fog::AWS 2011-06-20 13:49:37 -07:00
sns.rb [AWS|SNS] flesh out basics 2011-07-19 17:53:26 -05:00
sqs.rb [AWS|SQS] flesh out basics 2011-07-19 15:11:21 -05:00