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: 18781
Status: resolved
Priority: 0/
Queue: Net-Amazon-S3

People
Owner: Nobody in particular
Requestors: karjala [...] karjala.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.30
  • 0.31
Fixed in: (no value)



When listing the contents a bucket with parameters (marker, max-count, etc) I get an error. This can be fixed by changing line 109 on S3.pm, from: map { "$_=" . urlencode( $conf->{$_} ) } keys %$conf ); to: map { "$_=" . $self->_urlencode( $conf->{$_} ) } keys %$conf );
Thanks, I must have missed that one. Version 0.32 just hit CPAN. Leon