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:
parent
dcad6fe059
commit
87a363cfd6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue