Configuration Reference
Version:2.7.0
Micronaut Object Storage Aws Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether to enable or disable the whole AWS S3 module. |
Property | Type | Description |
---|---|---|
|
boolean |
Whether to enable or disable this object storage. |
|
java.lang.String |
The name of the AWS S3 bucket. |
Micronaut Object Storage Azure Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether to enable or disable the whole Azure Object Storage module. |
Property | Type | Description |
---|---|---|
|
boolean |
Whether to enable or disable this object storage. |
|
java.lang.String |
The blob container name. |
|
java.lang.String |
The blob service endpoint, in the format of https://{accountName}.blob.core.windows.net. |
Micronaut Object Storage Gcp Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether to enable or disable this object storage. |
|
java.lang.String |
The name of the Google Cloud Storage bucket. |
Property | Type | Description |
---|---|---|
|
boolean |
Whether to enable or disable the whole Google Cloud Storage module. |
Micronaut Object Storage Local Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether to enable or disable the whole Local Storage module. |
Property | Type | Description |
---|---|---|
|
boolean |
Whether to enable or disable this object storage. |
|
java.nio.file.Path |
The path of the local storage. |
Micronaut Object Storage Oracle Cloud Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
Whether to enable or disable this object storage. |
|
java.lang.String |
The name of the OCI Object Storage bucket. |
|
java.lang.String |
The OCI Object Storage namespace used. |
Property | Type | Description |
---|---|---|
|
boolean |
Whether to enable or disable the whole Oracle Cloud Storage module. |