toggle menu
few
jvm
switch theme
search in API
storage
/
storage.document.config
Package-level
declarations
Types
Types
Document
Storage
Config
Link copied to clipboard
@
Configuration
@
ComponentScan
(
basePackages
=
[
"storage.document"
]
)
@
Import
(
value
=
[
StorageClientConfig::class
]
)
class
DocumentStorageConfig
S3Document
Store
Config
Link copied to clipboard
@
Configuration
@
Import
(
value
=
[
StorageClientConfig::class
]
)
class
S3DocumentStoreConfig
(
@
Value
(
value
=
"${document.store.bucket-name}"
)
val
bucket
:
String
,
@
Value
(
value
=
"${storage.region}"
)
val
region
:
String
)
:
ApplicationListener
<
ContextRefreshedEvent
>