lib/httpx/plugins/aws_sdk_authentication.rb in httpx-1.3.0 vs lib/httpx/plugins/aws_sdk_authentication.rb in httpx-1.3.1
- old
+ new
@@ -70,9 +70,12 @@
cfg_region = Aws.shared_config.region(profile: profile)
env_region || cfg_region
end
end
+ # adds support for the following options:
+ #
+ # :aws_profile :: AWS account profile to retrieve credentials from.
module OptionsMethods
def option_aws_profile(value)
String(value)
end
end