s3SoapBinding.addAttachment(dataHandler);
} else {
DataHandler dataHandler = new DataHandler(
new SourceDataSource(
null, contentType, new StreamSource()));
s3SoapBinding.addAttachment(dataHandler);
}
Calendar timestamp = getTimeStamp( System.currentTimeMillis() );
String signature = ServiceUtils.signWithHmacSha1(getAWSSecretKey(),
Constants.SOAP_SERVICE_NAME + "PutObject" + convertDateToString(timestamp));