lib/aws_su.rb in aws_su-0.1.7 vs lib/aws_su.rb in aws_su-0.1.8
- old
+ new
@@ -164,11 +164,11 @@
ENV['AWS_SESSION_TOKEN'] = line.split('=')[1].strip
when MatchesAwsSecurityToken
ENV['AWS_SECURITY_TOKEN'] = line.split('=')[1].strip
when MatchesAwsTokenEtl
ENV['AWS_TOKEN_TTL'] = line.split('=')[1].strip
- when MatchesAwsProfile
- ENV['AWS_PROFILE'] = line.split('=')[1].strip
+ # when MatchesAwsProfile
+ # ENV['AWS_PROFILE'] = line.split('=')[1].strip
end
end
end
# Export the AWS values to the ENV