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:
@@ -25,6 +25,11 @@ public:
|
||||
m_credentialHandler = AZStd::make_unique<AWSCVarCredentialHandler>();
|
||||
}
|
||||
|
||||
void TearDown() override
|
||||
{
|
||||
m_credentialHandler.reset();
|
||||
}
|
||||
|
||||
AZStd::unique_ptr<AWSCVarCredentialHandler> m_credentialHandler;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user