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

18 commits

Author SHA1 Message Date
Amy Woodward
fcf829839d Add support for AWS Australia (ap-southeast-2). 2012-11-13 18:32:07 -08:00
Sairam
40ac459c3b allow port to be included in queue_url
allow port to be included in queue_url

The method currently fails when we use the QueueUrl provided from SQS list_queues {"QueueUrls"=>["https://sqs.us-east-1.amazonaws.com:443/77XXXXXXXX/sample-queue"], ...}
2012-09-22 21:49:42 +05:30
Stuart Eccles
fedd31d895 Used the amazon published endpoints for sqs as defined at http://docs.amazonwebservices.com/general/latest/gr/rande.html#sqs_region 2012-07-30 15:23:59 +01:00
Irio Irineu Musskopf Junior
cb52f35309 Add Sao Paulo server to Amazon SQS known regions 2012-07-24 17:47:14 -03: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
James Herdman
85e4d796f9 Remove unused variable 2012-05-26 11:27:27 -04:00
Pavel Repin
c6c621907c Nix hardcoded regions: SQS (us-east-1 is special). 2012-02-02 15:52:06 -08:00
thattommyhall
e239c9e5ad added sa-east-1 region 2011-12-15 12:37:31 +00:00
Thom May
306f24163d handle session tokens for SQS and SimpleDB 2011-11-13 20:50:09 +00:00
geemus
cb3942d633 [aws] add us-west-2 region 2011-11-09 11:57:48 -06:00
Istvan Hoka
a5759ceb7b [aws/sqs] Adding SQS mocking support. 2011-09-24 18:28:59 +03: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
c30357d638 [AWS|SQS] flesh out basics 2011-07-19 15:11:21 -05:00
Jon Crosby
6bd3e79448 Add SQS get_queue_attributes 2011-07-19 15:11:21 -05:00
Jon Crosby
9462528dc9 Continued SQS support
* Add send_message
* Add receive_message
* Add delete_message
2011-07-19 15:11:20 -05:00
Jon Crosby
750e0e8050 Begin SQS support
* Add SQS object
* Add create_queue
* Add list_queues
* Add delete_queue
2011-07-19 15:11:20 -05:00