Micronaut Object Storage Configuration Reference
Every documented configuration property of Micronaut Object Storage, with types, descriptions, and defaults.
18 properties across 5 sections
Micronaut Object Storage Aws Config Properties
Configuration properties for AwsS3ModuleConfiguration
| Property | Type | Description |
|---|---|---|
micronaut.object-storage.aws.enabled | boolean | Whether to enable or disable the whole AWS S3 module. |
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 | Bucket name. |
Micronaut Object Storage Azure Config Properties
Configuration properties for AzureBlobStorageModuleConfiguration
| Property | Type | Description |
|---|---|---|
micronaut.object-storage.azure.enabled | boolean | Whether to enable or disable the whole Azure Object Storage module. |
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 endpoint. |
Micronaut Object Storage Gcp Config Properties
Configuration properties for GoogleCloudStorageModuleConfiguration
| Property | Type | Description |
|---|---|---|
micronaut.object-storage.gcp.enabled | boolean | Whether to enable or disable the whole Google Cloud Storage module. |
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
Configuration properties for LocalStorageModuleConfiguration
| Property | Type | Description |
|---|---|---|
micronaut.object-storage.local.enabled | boolean | Whether to enable or disable the whole Local Storage module. |
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
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. |
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. |
micronaut.object-storage.oracle-cloud.*.compartment-id | java.lang.String | the OCI compartment identifier, or {@code null} if bucket lifecycle operations are not configured. |
No properties match this filter.