Welcome to ZIO AWS S3 !
This project aims to ease ZIO integration with AWS S3, providing a clean, simple and efficient API.
- AWS S3 Java v2 2.10.86
- ZIO RC-18-2
- ZIO Task wrapper for all AWS methods
- Module Pattern with ZIO Layer implementation
- ZIO Test integration
- Support for Scala 2.13.1 and 2.12.10
libraryDependencies += "io.github.neurodyne" %% "zio-aws-s3 % 0.4.12
Currently published for 2.12 only
- See [API Refenrece]
- See [usage]
Check ZTest specs for more details
- AWS SDK Java v2 [Documentation]
- AWS SDK Java v2 [Repo]