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:
parent
bd134ee093
commit
a4b127fac4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue