libraryDependencies += "com.precog" %% "quasar-destination-s3" % <version>{
"bucket": String,
"credentials": {
"accessKey": String,
"secretKey": String,
"region": String
}
}bucketis the full URL for the S3 bucketaccessKeyis your access key IDsecretKeyis your secret access keyregionis the code for the AWS region for the bucket e.gus-west-2
All fields are mandatory.