1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

make 1.8.7 compat

This commit is contained in:
Josh Lane 2015-01-23 09:07:36 -08:00
parent bd134ee093
commit a4b127fac4

View file

@ -62,7 +62,7 @@ module Fog
Fog::AWS::SQS.new(
:region => self.region,
:aws_access_key_id => access_key,
:aws_secret_access_key => SecureRandom.hex(3),
:aws_secret_access_key => SecureRandom.hex(3)
).send_message(endpoint, Fog::JSON.encode(
"Type" => "SubscriptionConfirmation",
"MessageId" => SecureRandom.uuid,