S3PutStep

case class S3PutStep(name: String, bucket: String, key: String, file: String, overwrite: Boolean) extends EtlStep[S3Env, Unit]
trait Serializable
trait Product
trait Equals
trait EtlStep[S3Env, Unit]
trait ApplicationLogger
class Object
trait Matchable
class Any

Value members

Inherited methods

final def execute: RIO[S3Env & LogEnv, Unit]
Inherited from:
EtlStep
def getExecutionMetrics: Map[String, String]
Inherited from:
EtlStep
def getStepProperties: Map[String, String]
Inherited from:
EtlStep
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Inherited fields

lazy protected val logger: Logger
Inherited from:
ApplicationLogger
val stepType: String
Inherited from:
EtlStep