torjo255

Results 2 comments of torjo255

Sure! This will work on 1.8.186 but not on 1.10.49. Aws::SDKOptions options; Aws::InitAPI(options); Aws::Client::ClientConfiguration clientConfig; client = std::make_shared(clientConfig); auto data = std::make_shared( "put", std::stringstream::in | std::stringstream::out | std::stringstream::binary); data->write("foo", 3);...

I forgot to mention that the same problem occurs for UploadPart