Package org.apache.sedona.viz.utils
Class S3Operator
- java.lang.Object
- 
- org.apache.sedona.viz.utils.S3Operator
 
- 
 public class S3Operator extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static org.apache.log4j.Loggerlogger
 - 
Constructor SummaryConstructors Constructor Description S3Operator(String regionName, String accessKey, String secretKey)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancreateBucket(String bucketName)booleandeleteImage(String bucketName, String path)BufferedImagegetImage(String bucketName, String path)booleanputImage(String bucketName, String path, BufferedImage rasterImage)
 
- 
- 
- 
Method Detail- 
createBucketpublic boolean createBucket(String bucketName) 
 - 
putImagepublic boolean putImage(String bucketName, String path, BufferedImage rasterImage) throws IOException - Throws:
- IOException
 
 - 
getImagepublic BufferedImage getImage(String bucketName, String path) throws Exception - Throws:
- Exception
 
 
- 
 
-