taylorfinnell / awscr-s3

A Crystal shard for S3.
https://taylorfinnell.github.io/awscr-s3/
MIT License
81 stars 48 forks source link

add support for getting objects over body_io for streaming #43

Closed repomaa closed 6 years ago

repomaa commented 6 years ago

Especially useful for handling large files not fitting in RAM. Note the pending specs, since the Webmock lib doesn't support body_io yet. See manastech/webmock.cr/pull/27

taylorfinnell commented 6 years ago

Thank you!