Class AwsS3ModuleConfiguration
java.lang.Object
io.micronaut.objectstorage.configuration.AbstractObjectStorageModuleConfiguration
io.micronaut.objectstorage.aws.AwsS3ModuleConfiguration
- All Implemented Interfaces:
io.micronaut.core.util.Toggleable, ObjectStorageModuleConfiguration
@ConfigurationProperties("micronaut.object-storage.aws")
public class AwsS3ModuleConfiguration
extends AbstractObjectStorageModuleConfiguration
AWS S3 module configuration.
- Since:
- 2.0.2
- Author:
- Álvaro Sánchez-Mariscal
-
Field Summary
Fields inherited from class AbstractObjectStorageModuleConfiguration
enabledFields inherited from interface ObjectStorageModuleConfiguration
DEFAULT_ENABLED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether to enable or disable the whole AWS S3 module.Methods inherited from class AbstractObjectStorageModuleConfiguration
setEnabled
-
Constructor Details
-
AwsS3ModuleConfiguration
public AwsS3ModuleConfiguration()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Whether to enable or disable the whole AWS S3 module.
-