adds support for the following options:
:aws_profile |
AWS account profile to retrieve credentials from. |
Public Instance methods
option_aws_profile(value)
[show source]
# File lib/httpx/plugins/aws_sdk_authentication.rb 79 def option_aws_profile(value) 80 String(value) 81 end