log.debug("For the record; ignore otherwise", e);
}
}
}
if (!content.markSupported())
content = new SdkBufferedInputStream(content);
final InputStream is = ProgressInputStream.inputStreamForRequest(content, awsreq);
if (AmazonHttpClient.unreliableTestConfig == null)
return is;
return new UnreliableFilterInputStream
(is, unreliableTestConfig.isFakeIOException())