fs2-aws
fs2-aws copied to clipboard
fs2 utilities to interact with AWS
Originally discovered by @tpon. Currently if invoked with a path to a file that doesn't exist in S3, an empty stream will be returned. Up for discussion, but I feel...
```The requested range is not satisfiable (Service: Amazon S3; Status Code: 416; Error Code: InvalidRange``` ```InvalidRangeThe requested range is not satisfiablebytes=263-1263263```
Should decrypt a Stream of Client side encrypted bytes
Should encrypt a stream of Bytes and transform it into a stream of encrypted Bytes
Open to suggestions here! We need to work on the README for sure, maybe some Scaladocs and a github page for the package.
I was thinking one way we could get traction on the project would be to show some performance improvements on top of the Java AWS API, so having bench-marking could...