rlmcpherson / s3gof3r

Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI. http://godoc.org/github.com/rlmcpherson/s3gof3r
MIT License
1.14k stars 180 forks source link

[Question] Is it possible to stream from http to s3 in a lambda? #134

Open braco opened 6 years ago

braco commented 6 years ago

I'm new to golang and this library.

I don't see any examples, but would it be possible to stream from a remote http source and stream into s3? This would ideally be running via the Serverless framework.

The goal would be to have a lambda that takes an http url and downloads that file from the source while uploading to s3. This is currently a pretty big missing feature on s3 that this library might be able to solve.