From 87a363cfd66dd3c9c7cc56d2fba72fca7c911531 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Fri, 1 May 2015 13:37:54 -0400 Subject: [PATCH] add a comment --- lib/fog/aws/iam.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fog/aws/iam.rb b/lib/fog/aws/iam.rb index 44369be51..66702a03b 100644 --- a/lib/fog/aws/iam.rb +++ b/lib/fog/aws/iam.rb @@ -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