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
Paul Thornthwaite f6280910f8 [core] Move XML/JSON code up out of core
Rather than embedding XML and JSON support within fog-core, this is the
start of extracting them to exist alongside core.

That will move the responsibility to each provider to declare if they want
XML or JSON services.

Goal being as we move towards a modular fog this allows providers to
require core and either JSON or XML gems and not pick up dependencies
only required by the other.
2013-06-24 17:30:00 +01:00
..
elb updating for SSL ciphers and protocols 2012-02-26 01:53:17 -08:00
models Merge pull request #1831 from contentfree/master 2013-06-14 07:03:46 -07:00
parsers [AWS | Compute] Added copy_image request with parser, mocks and tests. 2013-06-07 23:55:03 +02:00
requests Merge pull request #1874 from mikehale/asg-exclude-instances 2013-06-14 05:27:11 -07:00
auto_scaling.rb [AWS | Autoscaling] dry up expected options 2013-06-10 12:44:45 -04: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 [AWS | Compute] Added copy_image request with parser, mocks and tests. 2013-06-07 23:55:03 +02:00
credential_fetcher.rb [core] Move XML/JSON code up out of core 2013-06-24 17:30:00 +01:00
data_pipeline.rb Rudimentary CRUD for AWS Data Pipeline 2013-02-17 15:27:41 -05:00
dns.rb Merge pull request #995 from m0use/bugfix-persistent-conn 2012-06-24 12:07:25 -07:00
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 [AWS] make beanstalk, cdn, cloudformation, cloudwatch, elasticache, elb, storage, rds, ses, sns, route53 temporary credential friendly 2012-06-20 23:26:04 +01:00
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 [AWS] make beanstalk, cdn, cloudformation, cloudwatch, elasticache, elb, storage, rds, ses, sns, route53 temporary credential friendly 2012-06-20 23:26:04 +01:00
signaturev4.rb [aws|dynamodb] port off of sts for credentials, now uses signature v4 2012-11-29 16:25:49 -06:00
simpledb.rb start an instance with an IAM profile and access the credentials 2012-06-20 23:17:46 +01:00
sns.rb remove stray multijson require 2012-06-22 16:28:32 +01:00
sqs.rb Add support for AWS Australia (ap-southeast-2). 2012-11-13 18:32:07 -08:00
storage.rb Add post_object_restore support 2013-06-10 16:14:38 -05:00
sts.rb fix for AWS error message parsing 2013-03-22 11:45:05 +02:00