Subject: | Feature request: Streaming uploads/downloads |
Currently, Net::Amazon::S3 buffers the entire value of a key-value pair
into memory when making a request. However for large objects this is
obviously a problem. It would be very useful if functions similar to
add_key and get_key were provided to accept/send data in a streaming
fashion; either through a callback or a handle reference.