S3

inline fun <T : Any> Storage.Companion.S3(s3: S3Bucket, autoMarshalling: AutoMarshalling = Moshi): Storage<T>

S3-backed storage implementation. Automatically marshals objects to and from string-value format.