Wesley Beary
58e6f12a61
Merge pull request #995 from m0use/bugfix-persistent-conn
...
Fixed non-persistent connections handling with AWS DNS
2012-06-24 12:07:25 -07:00
Alexander Kolesen
fcc4db6a1d
Fixed handling options[:persistent] in some cases
...
Removed useless
@persistent = options[:persistent] || true
It prevented @persistent from being set to `false`
2012-06-21 14:56:46 +03:00
Frederick Cheung
a715819976
[AWS] make beanstalk, cdn, cloudformation, cloudwatch, elasticache, elb, storage, rds, ses, sns, route53 temporary credential friendly
2012-06-20 23:26:04 +01:00
Frederick Cheung
38c75c85ab
start an instance with an IAM profile and access the credentials
2012-06-20 23:17:46 +01:00
Alexander Kolesen
a9acf510bd
Fixed non-persistent connections handling to AWS
2012-06-19 23:15:34 +03:00
Bulat Shakirzyanov
6b3d2ed37c
use hard-coded sample value to eliminate randomness
2012-06-07 15:11:05 -07:00
Bulat Shakirzyanov
52501a30d1
add create_hosted_zone and get_hosted_zone request mocks
2012-06-07 10:46:35 -07:00
James Herdman
97b16d08d2
Remove absolute path when requiring
2012-05-26 11:27:28 -04:00
James Herdman
7baeec22cc
Remove unused variable
2012-05-26 11:27:25 -04:00
George Scott
27f3eda915
[aws|dns] Support for latency/weighted resource sets.
...
Support for CRUD on latency/weighted resource sets for AWS Route 53.
Updated to latest API version.
2012-03-28 13:50:56 -07:00
James Miller
e3732aa19f
[aws|dns] Add support for aliasing records to Elastic Load Balancers (API 2011-05-05)
2011-12-05 21:24:07 -08:00
geemus
ffd01e51dd
[core] pass connection_options through service init
...
closes #411
2011-09-12 10:01:56 -05:00
geemus
b2c8ff0388
[core] work toward separate requires
...
Should facilitate the following:
require 'fog/aws'
require 'fog/compute'
require 'fog/aws/compute'
I think once you `require 'rubygems'` those should work.
further cleanup should reduce common requires (ie nokogiri)
2011-08-31 15:52:53 -05:00
geemus
487046d85b
[dns|aws] move aws dns to its own shared area (namespacing should probably be corrected)
2011-08-24 20:00:45 -05:00
geemus
39b5899163
[dns] consolidate
2011-01-07 16:12:04 -08:00
geemus
15832b0eb7
[aws|dns] record(s) models
2011-01-03 14:45:50 -08:00
geemus
75ea9c3fb8
[aws|dns] first pass at zone(s) models
2010-12-29 13:11:46 -08:00
geemus
4e017b8a6b
[aws|dns] fix mocks and pending unmocked tests
2010-12-17 16:48:38 -08:00
Athir Nuaimi
eb523fb80a
[aws|dns] 1st pass at Route 53 support. All functions added but not tested
...
have added each of the Route 53 functions
list_hosted_zones is working. rest still need to be tested
[aws|linode|slicehost|zerigo|dns] added complete test cases for linode & slicehost DNS. Also added initial support for AWS Route 53
2010-12-16 00:29:42 -05:00