HttpMethodBase httpMethod = performRestGet(bucketName, null, parameters, null);
ListBucketHandler listBucketHandler = null;
try {
listBucketHandler = (new XmlResponsesSaxParser())
.parseListBucketObjectsResponse(
new HttpMethodReleaseInputStream(httpMethod));
ioErrorRetryCount = 0;
} catch (S3ServiceException e) {
if (e.getCause() instanceof IOException && ioErrorRetryCount < 5) {