cryogenian / quasar-destination-s3

Quasar connector providing support for Amazon S3 as a push destination

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quasar-destination-s3 Build Status Bintray Discord

Usage

libraryDependencies += "com.slamdata" %% "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.

About

Quasar connector providing support for Amazon S3 as a push destination


Languages

Language:Scala 54.2%Language:Shell 44.0%Language:Batchfile 1.8%