Describe the feature
The shared config file parameter ca_bundle is supported by the AWS CLI. However, this cannot be accessed using the AWS SDK for Go.
Is your Feature Request related to a problem?
There is no way to programatically access the ca_bundle setting from the shared config file. This can lead to confusion when applications don't pick up some settings from shared config, but do pick up others.
Proposed Solution
The CustomCABundle parameter should be read by the SharedConfig resolver
Describe alternatives you've considered
No response
Acknowledge
AWS Go SDK version used
github.com/aws/aws-sdk-go-v2 v1.13.0
Go version used
go version go1.17.2 darwin/amd64
Describe the feature
The shared config file parameter
ca_bundleis supported by the AWS CLI. However, this cannot be accessed using the AWS SDK for Go.Is your Feature Request related to a problem?
There is no way to programatically access the
ca_bundlesetting from the shared config file. This can lead to confusion when applications don't pick up some settings from shared config, but do pick up others.Proposed Solution
The
CustomCABundleparameter should be read by theSharedConfigresolverDescribe alternatives you've considered
No response
Acknowledge
AWS Go SDK version used
github.com/aws/aws-sdk-go-v2 v1.13.0
Go version used
go version go1.17.2 darwin/amd64