Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-aws
/
xtdb.aws
/
S3Remote
/
Factory
Factory
@
Serializable
@
SerialName
(
value
=
"!S3"
)
data
class
Factory
(
val
accessKey
:
String
,
val
secretKey
:
String
)
:
Remote.Factory
<
S3Remote
>
Members
Constructors
Factory
Link copied to clipboard
constructor
(
accessKey
:
String
,
secretKey
:
String
)
Properties
access
Key
Link copied to clipboard
val
accessKey
:
String
secret
Key
Link copied to clipboard
val
secretKey
:
String
Functions
open
Link copied to clipboard
open
override
fun
open
(
)
:
S3Remote