You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using transfer client to upload files to s3 (using aws-sdk-cpp-transfer module).
I configured my utility to write logs using the line:
Aws::Utils::Logging::InitializeAWSLogging(Aws::MakeSharedAws::Utils::Logging::DefaultLogSystem("ANW Internal logger", Aws::Utils::Logging::LogLevel::Trace, "aws_sdk_cpp_intern") );
Then I upload a file sized 12MB using up to 25 connections (using TransferClient object).
When looking at the log file, I see this line which contains garbage:
[DEBUG] 2016-01-13 13:30:10 WinHttpSyncHttpClient [12768] Received content type שֱצu~¥yµע�מ0^#���O%Z¯¡׳Mסו)ג�
I did several tests, and always it occurred when printing a line regarding the received content type on debug mode.