Skip to content

uploading file to s3 using aws-sdk-cpp-transfer module generate corrupted debug lines #78

@Eliyahu-Machluf

Description

@Eliyahu-Machluf

Hi,

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.

Running the test on Windows10 x64.

Thanks.

Eliyahu

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions