Skip to content

Quasar connector providing support for Amazon S3 as a push destination

Notifications You must be signed in to change notification settings

precog/quasar-destination-s3

Repository files navigation

quasar-destination-s3 Discord

Usage

libraryDependencies += "com.precog" %% "quasar-destination-s3" % <version>

Configuration

{
  "bucket": String,
  "credentials": {
    "accessKey": String,
    "secretKey": String,
    "region": String
   }
}
  • bucket is the full URL for the S3 bucket
  • accessKey is your access key ID
  • secretKey is your secret access key
  • region is the code for the AWS region for the bucket e.g us-west-2

All fields are mandatory.