bluelabsio / s3-stream

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

[wip] Attempts to fix: https://github.com/bluelabsio/s3-stream/issues/2 #7

Closed hderms closed 7 years ago

hderms commented 8 years ago

What

Add a metadata class to the relevant signatures so that we can set contentType in the initial HTTP request to amazon. Metadata is being passed instead of just contentType to make way for more options to be set in the future

Why