Configuration Reference

Version:2.4.0

Micronaut Object Storage Aws Config Properties

🔗
Table 1. Configuration Properties for AwsS3Configuration
Property Type Description

micronaut.object-storage.aws.*.enabled

boolean

Whether to enable or disable this object storage.

micronaut.object-storage.aws.*.bucket

java.lang.String

The name of the AWS S3 bucket.

🔗
Table 2. Configuration Properties for AwsS3ModuleConfiguration
Property Type Description

micronaut.object-storage.aws.enabled

boolean

Whether to enable or disable the whole AWS S3 module.

Micronaut Object Storage Azure Config Properties

🔗
Table 3. Configuration Properties for AzureBlobStorageModuleConfiguration
Property Type Description

micronaut.object-storage.azure.enabled

boolean

Whether to enable or disable the whole Azure Object Storage module.

🔗
Table 4. Configuration Properties for AzureBlobStorageConfiguration
Property Type Description

micronaut.object-storage.azure.*.enabled

boolean

Whether to enable or disable this object storage.

micronaut.object-storage.azure.*.container

java.lang.String

The blob container name.

micronaut.object-storage.azure.*.endpoint

java.lang.String

The blob service endpoint, in the format of https://{accountName}.blob.core.windows.net.

Micronaut Object Storage Gcp Config Properties

🔗
Table 5. Configuration Properties for GoogleCloudStorageModuleConfiguration
Property Type Description

micronaut.object-storage.gcp.enabled

boolean

Whether to enable or disable the whole Google Cloud Storage module.

🔗
Table 6. Configuration Properties for GoogleCloudStorageConfiguration
Property Type Description

micronaut.object-storage.gcp.*.enabled

boolean

Whether to enable or disable this object storage.

micronaut.object-storage.gcp.*.bucket

java.lang.String

The name of the Google Cloud Storage bucket.

Micronaut Object Storage Local Config Properties

🔗
Table 7. Configuration Properties for LocalStorageModuleConfiguration
Property Type Description

micronaut.object-storage.local.enabled

boolean

Whether to enable or disable the whole Local Storage module.

🔗
Table 8. Configuration Properties for LocalStorageConfiguration
Property Type Description

micronaut.object-storage.local.*.enabled

boolean

Whether to enable or disable this object storage.

micronaut.object-storage.local.*.path

java.nio.file.Path

The path of the local storage.

Micronaut Object Storage Oracle Cloud Config Properties

🔗
Table 9. Configuration Properties for OracleCloudStorageModuleConfiguration
Property Type Description

micronaut.object-storage.oracle-cloud.enabled

boolean

Whether to enable or disable the whole Oracle Cloud Storage module.

🔗
Table 10. Configuration Properties for OracleCloudStorageConfiguration
Property Type Description

micronaut.object-storage.oracle-cloud.*.enabled

boolean

Whether to enable or disable this object storage.

micronaut.object-storage.oracle-cloud.*.bucket

java.lang.String

The name of the OCI Object Storage bucket.

micronaut.object-storage.oracle-cloud.*.namespace

java.lang.String

The OCI Object Storage namespace used.