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