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