Unify country and ocr mode on both ANSOCR and ANSALPR
This commit is contained in:
@@ -161,7 +161,7 @@ int ANSAWSTest() {
|
||||
}
|
||||
std::cout << "Connected. AWS path style: " << (awsPath ? "true" : "false") << std::endl;
|
||||
|
||||
// Set authentication
|
||||
// Set authentication (test commit)
|
||||
std::string accessKey = "AKIAZQ3DPYODSHZCECS4";
|
||||
std::string secretKey = "ccnISNp05UDRmTP9TLx6kEz7EfnPQqNQXEJOycey";
|
||||
if (SetAuthenticationANSAWSHandle(&awsHandle, accessKey.c_str(), secretKey.c_str()) != 1) {
|
||||
|
||||
Reference in New Issue
Block a user