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 30dd43f1e8 [AWS|RDS] Properly rescue NotFound exceptions
The following code

    Fog::AWS::RDS.new.servers.get('none_such_server')

now returns `nil` instead of

    Excon::Errors::NotFound: Expected(200) <=> Actual(404 Not Found)

This regressed with excon 0.22.0.
2013-06-04 11:52:12 -04:00
..
elb
models [AWS|IAM] Added AWS IAM iam.roles support. 2013-06-04 11:22:02 +02:00
parsers Include the ResourceRecordSetCount 2013-05-24 10:53:25 -07:00
requests [AWS] adds 'hypervisor', 'lifecycle', 'requester_id', 'source_dest_check', 'spot_instance_request_id', 'virtualization_type' attributes to instances, also fixes instance tests to work in non-mocking mode 2013-05-22 17:06:05 -04:00
auto_scaling.rb fix for AWS error message parsing 2013-03-22 11:45:05 +02:00
beanstalk.rb fix for AWS error message parsing 2013-03-22 11:45:05 +02:00
cdn.rb [aws|cdn] add request mock support for AWS Cloudfront 2012-09-28 11:24:36 +02:00
cloud_formation.rb Using AWS::Compute::Error for CloudFormation errors produces erroneous error messages 2013-05-05 08:20:05 -04:00
cloud_watch.rb Add support for AWS Australia (ap-southeast-2). 2012-11-13 18:32:07 -08:00
compute.rb fix for AWS error message parsing 2013-03-22 11:45:05 +02:00
credential_fetcher.rb [aws] Fixes typo in fetching credentials error 2013-01-21 17:36:53 +00:00
data_pipeline.rb Rudimentary CRUD for AWS Data Pipeline 2013-02-17 15:27:41 -05:00
dns.rb
dynamodb.rb Fix typo in method name for DynamoDB::Mock#setup_credentials 2013-05-01 13:38:35 +10:00
elasticache.rb Fix non-circular-require warnings 2013-04-22 15:16:32 -07:00
elb.rb fix for AWS error message parsing 2013-03-22 11:45:05 +02:00
emr.rb
glacier.rb [aws|dynamodb] port off of sts for credentials, now uses signature v4 2012-11-29 16:25:49 -06:00
iam.rb [AWS|IAM] Added AWS IAM iam.roles support. 2013-06-04 11:22:02 +02:00
rds.rb [AWS|RDS] Properly rescue NotFound exceptions 2013-06-04 11:52:12 -04:00
ses.rb
signaturev4.rb [aws|dynamodb] port off of sts for credentials, now uses signature v4 2012-11-29 16:25:49 -06:00
simpledb.rb
sns.rb
sqs.rb Add support for AWS Australia (ap-southeast-2). 2012-11-13 18:32:07 -08:00
storage.rb Don't CGI encode header query values in the signature string 2013-05-19 03:43:28 +02:00
sts.rb fix for AWS error message parsing 2013-03-22 11:45:05 +02:00