jets3tProperties.setProperty("httpclient.proxy-autodetect", "false");
jets3tProperties.setProperty("httpclient.proxy-host", proxyInfo.getHost());
jets3tProperties.setProperty("httpclient.proxy-port", new Integer(proxyInfo.getPort()).toString());
}
}
this.service = new RestS3Service(getCredentials(authenticationInfo), "mavens3wagon", null, jets3tProperties);
} catch (S3ServiceException e) {
throw new AuthenticationException("Cannot authenticate with current credentials", e);
}
this.bucket = source.getHost();
this.basedir = getBaseDir(source);