Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-Amazon-S3 CPAN distribution.

Report information
The Basics
Id: 21602
Status: resolved
Priority: 0/
Queue: Net-Amazon-S3

People
Owner: Nobody in particular
Requestors: bdonlan [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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.
Fixed in 0.39: 0.39 Sun Aug 19 14:47:01 BST 2007 - add add_key_filename and get_key_filename which send files directly from disk - good for large files (Jim Blomo)