1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

15 commits

Author SHA1 Message Date
Postmodern
80ae198e2b Raise Fog::AWS::SES::InvalidParameterError for InvalidParameterValue. 2013-07-03 20:07:08 -07:00
Postmodern
d8c3223e79 Add basic error handling for Fog::AWS::SES. 2013-07-03 17:32:45 -07:00
Postmodern
db434c68ca Added Fog::AWS::SES.verify_domain_identity.
* http://docs.aws.amazon.com/ses/latest/APIReference/API_VerifyDomainIdentity.html
* Added Fog::Parsers::AWS::SES::VerifyDomainIdentity.
2013-07-01 12:18:42 -07: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
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
Pavel Repin
02dba9892e Nix hardcoded regions: SES. 2012-02-02 15:39:40 -08:00
geemus
cb3942d633 [aws] add us-west-2 region 2011-11-09 11:57:48 -06: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
6c7d5754dd [mock] error sooner for completely unimplemented services 2011-05-19 12:02:46 -07:00
geemus
bb877cb9a7 defer requiring nokogiri 2011-02-16 17:25:50 -08:00
geemus
d055ac1ec9 [fog|time] add date header formatting that is non-localized 2011-01-28 15:33:35 -08:00
geemus
f291f192c6 [aws|ses] cleanup and getting all the basics working 2011-01-25 17:28:03 -08:00
Andy Delcambre
284430f526 Initial work on AWS SES (Simple Email Service)
* All parsers filled out
* Requests mostly filled out
* SendEmail and SendRawEmail still need to be implemented
2011-01-26 04:46:27 +08:00