S3

fs2.aws.s3.S3
See theS3 companion trait
object S3

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
S3.type

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
case object NoEtagReturnedByS3 extends RuntimeException

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Value members

Concrete methods

def create[F[_]](s3: S3AsyncClientOp[F])(using evidence$1: Async[F]): S3[F]

It creates an instance of the purely functional S3 API.

It creates an instance of the purely functional S3 API.

Attributes

def mapK[F[_], G[_]](s3: S3[F])(fToG: FunctionK[F, G], gToF: FunctionK[G, F]): S3[G]

Translates effect type from F to G using the supplied FunctionKs.

Translates effect type from F to G using the supplied FunctionKs.

Attributes