toggle menu
few
jvm
switch theme
search in API
storage
/
storage.config
Package-level
declarations
Types
Types
Storage
Client
Config
Link copied to clipboard
@
Configuration
class
StorageClientConfig
(
@
Value
(
value
=
"${storage.url}"
)
val
url
:
String
,
@
Value
(
value
=
"${storage.access-key}"
)
val
accessKey
:
String
,
@
Value
(
value
=
"${storage.secret-key}"
)
val
secretKey
:
String
,
@
Value
(
value
=
"${storage.region}"
)
val
region
:
String
)