Hi, Is there a way to upload more than one file using the sbt-aws-s3 plugin? Something like `s3Files in aws := Seq(file("A.sbt"), file("B.sbt"))`
Hi,
Is there a way to upload more than one file using the sbt-aws-s3 plugin?
Something like
s3Files in aws := Seq(file("A.sbt"), file("B.sbt"))