bluelabsio / s3-stream

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

Missing GET support #5

Closed jypma closed 8 years ago

jypma commented 8 years ago

@joearasin Are you accepting pull requests for this? I'd like to add simple GET support for S3 keys.

joearasin commented 8 years ago

Yep!

joearasin commented 8 years ago

Would the API for such be retrieving an S3 Key as a Source[Bytestring]?

jypma commented 8 years ago

Yupp. Shouldn't be too big a deal; sign the request, expose akka-http's resulting Source[ByteString] pretty much directly.

I'll try to get sth up on Monday.

joearasin commented 8 years ago

Thanks @jypma -- Sorry about taking so long.