Configuration Reference
Version:2.10.0-SNAPSHOT
Micronaut Object Storage Aws Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Whether to enable or disable the whole AWS S3 module. |
Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Whether to enable or disable this object storage. |
|
|
java.lang.String |
Bucket name. |
Micronaut Object Storage Azure Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Whether to enable or disable the whole Azure Object Storage module. |
Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Whether to enable or disable this object storage. |
|
|
java.lang.String |
The blob container name. |
|
|
java.lang.String |
the endpoint. |
Micronaut Object Storage Gcp Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Whether to enable or disable the whole Google Cloud Storage module. |
Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Whether to enable or disable this object storage. |
|
|
java.lang.String |
The name of the Google Cloud Storage bucket. |
Micronaut Object Storage Local Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Whether to enable or disable the whole Local Storage module. |
Property | Type | Description | Default value |
---|---|---|---|
|
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 | Default value |
---|---|---|---|
|
boolean |
Whether to enable or disable the whole Oracle Cloud Storage module. |
Property | Type | Description | Default value |
---|---|---|---|
|
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. |