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