File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
tests/aws-cpp-sdk-core-tests/aws/auth Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 99#include < aws/testing/mocks/http/MockHttpClient.h>
1010#include < aws/testing/platform/PlatformTesting.h>
1111#include < aws/core/auth/AWSCredentialsProvider.h>
12+ #include < aws/core/auth/AWSCredentialsProviderChain.h>
1213#include < aws/core/client/AWSClient.h>
1314#include < aws/core/utils/StringUtils.h>
1415
@@ -25,7 +26,7 @@ class CredentialTestingClient : public Aws::Client::AWSClient
2526 explicit CredentialTestingClient (const Aws::Client::ClientConfiguration& configuration)
2627 : AWSClient(configuration,
2728 Aws::MakeShared<Aws::Client::AWSAuthV4Signer>(ALLOCATION_TAG,
28- Aws::MakeShared<EnvironmentAWSCredentialsProvider >(ALLOCATION_TAG),
29+ Aws::MakeShared<DefaultAWSCredentialsProviderChain >(ALLOCATION_TAG),
2930 "service", configuration.region),
3031 Aws::MakeShared<MockAWSErrorMarshaller>(ALLOCATION_TAG))
3132 {
You can’t perform that action at this time.
0 commit comments