Skip Menu |

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

Report information
The Basics
Id: 88985
Status: new
Priority: 0/
Queue: Amazon-S3

People
Owner: Nobody in particular
Requestors: tim [...] cpanel.net
Cc:
AdminCc:

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



Subject: Multipart Upload Implementation
I've implemented the Multipart Upload API (required for uploads greater than 5Gb); this is my fork of the code on github: https://github.com/timmullin/perl-amazon-s3 The Amazon::S3 module has been very useful to us; we prefer it to Net::Amazon::S3 because it is lighter weight and does not require nearly as many dependencies. Since we needed the ability to upload files larger than 5Gb, we needed to add and implementation of the Amazon S3 Multipart Upload API. I thought I would pass it back to you if you were interested in adding into the module.