if (!this.inputNode.isConnected()) {
xbayaGUI.getErrorWindow().info(ErrorMessages.INPUT_NOT_CONNECTED_WARNING);
} else {
if (this.s3FileChooser == null) {
this.s3FileChooser = new S3FileChooser(xbayaGUI, this.inputNode);
}
this.s3FileChooser.show();
}
}