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

8 commits

Author SHA1 Message Date
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