Uses of Class
loci.common.services.S3ClientServiceException
-
Packages that use S3ClientServiceException Package Description loci.common loci.common.services -
-
Uses of S3ClientServiceException in loci.common
Methods in loci.common that throw S3ClientServiceException Modifier and Type Method Description protected void
S3Handle. initialize()
Check bucket or object exists -
Uses of S3ClientServiceException in loci.common.services
Methods in loci.common.services that throw S3ClientServiceException Modifier and Type Method Description boolean
S3ClientService. bucketExists(String bucket)
Check whether a bucket existsboolean
S3ClientServiceImpl. bucketExists(String bucket)
InputStream
S3ClientService. getObject(String bucket, String object, long offset)
Read an objectvoid
S3ClientService. getObject(String bucket, String object, String filename)
Download an objectInputStream
S3ClientServiceImpl. getObject(String bucket, String object, long offset)
void
S3ClientServiceImpl. getObject(String bucket, String object, String filename)
void
S3ClientService. initialize(String server, int port, String accessKey, String secretKey, String appName, String appVersion)
Initialise the S3 clientvoid
S3ClientServiceImpl. initialize(String server, int port, String accessKey, String secretKey, String appName, String appVersion)
S3ClientStat
S3ClientService. statObject(String bucket, String object)
Stat the objectS3ClientStat
S3ClientServiceImpl. statObject(String bucket, String object)
-