Skip to content
/ s3dsl Public

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

License

Notifications You must be signed in to change notification settings

wirthan/s3dsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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