Update to use AWSNativeSDK 1.9.50 (#6618)

* Update to use AWSNativeSDK 1.9.50
* After SDK upgrade, some AWS objects are bound to SDK allocator, init AWS SDK for unit test
This commit is contained in:
Vincent Liu
2022-01-04 12:45:51 -08:00
committed by GitHub
parent f051886789
commit 2b9d1ca813
30 changed files with 143 additions and 238 deletions
@@ -25,6 +25,11 @@ public:
m_credentialHandler = AZStd::make_unique<AWSCVarCredentialHandler>();
}
void TearDown() override
{
m_credentialHandler.reset();
}
AZStd::unique_ptr<AWSCVarCredentialHandler> m_credentialHandler;
};