- Remove ALPR_OD Tracker and voting system.
- Disable debugview
This commit is contained in:
@@ -2431,7 +2431,7 @@ namespace ANSCENTER
|
||||
// addressing style) — always the canonical path-style URL.
|
||||
std::string scheme = _bTls ? "https://" : "http://";
|
||||
uploadedFilePath = scheme + _fullAWSURL + "/" + bucketName + "/" + objectKey;
|
||||
_logger.LogError(kOp,
|
||||
_logger.LogDebug(kOp,
|
||||
"Successfully uploaded: " + objectKey + " (" + std::to_string(bufferLength) + " bytes) | URL: " + uploadedFilePath,
|
||||
__FILE__, __LINE__);
|
||||
ReleaseConnection(std::move(conn));
|
||||
|
||||
Reference in New Issue
Block a user