encryptedCredentialsObject = s3Service.getObject(
new S3Bucket(bucketName[0]), credentialObjectKey[0]);
} catch (S3ServiceException e) {
SwingUtilities.invokeLater(new Runnable() {
public void run() {
progressDialog.stopDialog();
}
});
String errorMessage = "<html><center>Unable to find your AWS Credentials in S3"
+ "<br><br>Please check your passphrase and password</center></html>";