bluelabsio / s3-stream

Akka Streaming Client for S3 and Supporting Libraries
Other
16 stars 6 forks source link

Add server side encryption and `Content-Type` support. #15

Closed filosganga closed 7 years ago

filosganga commented 7 years ago

This PR fixes #16 and #2. It introduces the Metadata class to hold information about the content type and server side encryption.

It also models the server side encryption AWS headers.

filosganga commented 7 years ago

@joearasin This PR has been updated with KMS context. I make it with string interpolation and JSON parser combinator.

hderms commented 7 years ago

@joearasin this would be awesome if we could get this merged in

joearasin commented 7 years ago

I need to update the readme, but this repo is deprecated -- This project has been merged into Alpakka: https://github.com/akka/alpakka/

filosganga commented 7 years ago

@hderms I will reopen against the alpakka when I will have the time, so bad we did not manage to merge before.