wirthan / s3dsl   2.0.0

Apache License 2.0 GitHub

Tagless Final wrapper around a subset of aws-java-sdk-s3

Scala versions: 2.13 2.12

s3dsl

Release Artifacts

Minimal, stream based S3 DSL. Depends on aws-sdk-java-v2.

Getting s3dsl

If you're using SBT, add the following line to your build file:

libraryDependencies += "com.github.wirthan" %% "s3dsl" % <version>

Features

  • Final tagless DSL for basic operations on S3 buckets and objects
  • Scala wrapper around S3Presigner