http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-storage-s3
/
org.http4k.connect.storage
Package-level
declarations
Types
Functions
Types
S3Storage
Link copied to clipboard
class
S3Storage
<
T
:
Any
>
(
s3
:
S3Bucket
,
target
:
KClass
<
T
>
,
autoMarshalling
:
AutoMarshalling
=
Moshi
)
:
Storage
<
T
>
S3-backed storage implementation. Automatically marshals objects to and from string-value format.
Functions
S3
Link copied to clipboard
inline
fun
<
T
:
Any
>
Storage.Companion
.
S3
(
s3
:
S3Bucket
,
autoMarshalling
:
AutoMarshalling
=
Moshi
)
:
Storage
<
T
>