appoxy / aws

Amazon Web Services (AWS) Ruby Gem
https://rubygems.org/gems/aws
236 stars 87 forks source link

Need to be able to pass block for the 'get' call on the bucket. #95

Closed NeMO84 closed 12 years ago

NeMO84 commented 13 years ago

Adding ability to STREAM getting a key via a bucket from S3. Useful for large files.

I didn't include a test, but I can add it if you need me to, and commit later.

Update: Added test in commit 'b8346ca' below.