public SoapS3Service(AWSCredentials awsCredentials, String invokingApplicationDescription,
Jets3tProperties jets3tProperties) throws S3ServiceException
{
super(awsCredentials, invokingApplicationDescription, jets3tProperties);
locator = new AmazonS3_ServiceLocator();
if (super.isHttpsOnly()) {
// Use an SSL connection, to further secure the signature.
if (log.isDebugEnabled()) {
log.debug("SOAP service will use HTTPS for all communication");
}