예제 #1
0
파일: ImportS3.java 프로젝트: pragnesh/h2o
 public ImportS3() {
   _requestHelp =
       "Imports the given Amazon S3 Bucket.  All nodes in the "
           + "cloud must have permission to access the Amazon bucket.";
   _bucket._requestHelp = "Amazon S3 Bucket to import.";
 }