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

add a comment

This commit is contained in:
Ben Balter 2015-05-01 13:37:54 -04:00
parent dcad6fe059
commit 87a363cfd6

View file

@ -231,6 +231,7 @@ module Fog
@aws_credentials_expire_at = options[:aws_credentials_expire_at]
#global services that have no region are signed with the us-east-1 region
#the only exception is GovCloud, which requires the region to be explicitly specified as us-gov-west-1
@signer = Fog::AWS::SignatureV4.new( @aws_access_key_id, @aws_secret_access_key, @region,'iam')
end