Package com.axelor.file.store.s3
Interface S3ClientManager
- All Known Implementing Classes:
DefaultS3ClientManager
public interface S3ClientManager
-
Method Summary
-
Method Details
-
getClient
io.minio.MinioClient getClient() -
getBucketName
String getBucketName() -
getEncryptionType
S3EncryptionType getEncryptionType() -
getEncryptionKmsKeyId
String getEncryptionKmsKeyId() -
shutdown
void shutdown() -
getStorageClass
String getStorageClass()
-