tasks.fileservice.s3

Members list

Type members

Experimental classlikes

object S3

Attributes

Companion
class
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
S3.type
class S3(val s3: S3AsyncClient)

Wrapper of AWS SDK's S3AsyncClient into fs2.Stream and cats.effect.IO

Wrapper of AWS SDK's S3AsyncClient into fs2.Stream and cats.effect.IO

Attributes

Companion
object
Experimental
true
Supertypes
class Object
trait Matchable
class Any
class S3Storage(bucketName: String, folderPrefix: String, sse: String, cannedAcls: Seq[String], grantFullControl: Seq[String], uploadParallelism: Int, s3: S3)(implicit config: TasksConfig) extends ManagedFileStorage

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
case class S3UploadResponse(etag: String, contentLength: Long)

Attributes

Experimental
true
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all