Uses of Class
loci.common.services.S3ClientServiceException
Packages that use S3ClientServiceException
-
Uses of S3ClientServiceException in loci.common
Methods in loci.common that throw S3ClientServiceExceptionModifier and TypeMethodDescriptionprotected voidS3Handle.initialize()Check bucket or object exists -
Uses of S3ClientServiceException in loci.common.services
Methods in loci.common.services that throw S3ClientServiceExceptionModifier and TypeMethodDescriptionbooleanS3ClientService.bucketExists(String bucket) Check whether a bucket existsbooleanS3ClientServiceImpl.bucketExists(String bucket) Read an objectvoidDownload an objectvoidvoidS3ClientService.initialize(String server, int port, String accessKey, String secretKey, String appName, String appVersion) Initialise the S3 clientvoidS3ClientServiceImpl.initialize(String server, int port, String accessKey, String secretKey, String appName, String appVersion) S3ClientService.statObject(String bucket, String object) Stat the objectS3ClientServiceImpl.statObject(String bucket, String object)