Package 

Class S3StorageKt

    • Method Summary

      Modifier and Type Method Description
      final <T extends Any> Storage<T> S3(Storage.Companion $self, S3Bucket s3, AutoMarshalling autoMarshalling) S3-backed storage implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • S3

         final <T extends Any> Storage<T> S3(Storage.Companion $self, S3Bucket s3, AutoMarshalling autoMarshalling)

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