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

People
Owner: me+pause [...] pedrofigueiredo.org
Requestors: pavel [...] yepcorp.com
Cc:
AdminCc:

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



Subject: Bug(?) with slashes in path being urlencoded as well
Date: Thu, 4 Nov 2010 22:50:03 -0500
To: bug-Net-Amazon-S3 [...] rt.cpan.org
From: "Pavel A. Karoukin" <pavel [...] yepcorp.com>
Hello, Thank you for this module! I think I've found one bug. When storing object's key, key is being urlencoded. The problem is that sometimes I want to organize files on S3 in folders and Net::Amazon::S3::Request->_uri method urlencodes slashes in key. See patch attached for easy fix and let me know what do you think about it. Regards, Pavel

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #62712] AutoReply: Bug(?) with slashes in path being urlencoded as well
Date: Sat, 6 Nov 2010 18:22:49 -0500
To: bug-Net-Amazon-S3 [...] rt.cpan.org
From: Pavel Karoukin <pavel [...] yepcorp.com>
I would be glad to become co-maintainer over this project too =) if interested - contact me at pavel@yepcorp.com
Subject: Re: [rt.cpan.org #62712] AutoReply: Bug(?) with slashes in path being urlencoded as well
Date: Sun, 7 Nov 2010 18:51:20 -0600
To: bug-Net-Amazon-S3 [...] rt.cpan.org
From: Pavel Karoukin <pavel [...] yepcorp.com>
Another similar issue. When there is dot in key, it's being encoded as %2b. But, for example, Chrome decode this %2b BEFORE sending GET request and as a result requests fails, 'cos of wrong signature. Patch attached for excluding "." from being urlencoded. Regards, Pavel

Message body is not shown because sender requested not to inline it.

Hello! Same issue with dots and MS Internet Explorer here. Thanks to Pavel Karoukin for the patch. Is there anyone willing take the maintenance of this module over and fix all the pending issues? Cheers.
From: pavel [...] yepcorp.com
I would be happy to maintain it, but have not clue how to upload new version of module so it appear in the same place current module resides. Any ideas? On Thu Feb 24 04:16:17 2011, ARTHAS wrote: Show quoted text
> Hello! > > Same issue with dots and MS Internet Explorer here. > > Thanks to Pavel Karoukin for the patch. > > Is there anyone willing take the maintenance of this module over and
fix Show quoted text
> all the pending issues? > > Cheers.
Hello! Show quoted text
> I would be happy to maintain it, but have not clue how to upload new > version of module so it appear in the same place current module
resides. Show quoted text
> Any ideas?
It's probably as easy as to request authorization to upload in that namespace to the original author: Leon is usually easy to reach via email or IRC; if not, we can ask CPAN maintainers. To begin, since the project is on GitHub: https://github.com/acme/net-amazon-s3 you could begin forking it and applying the patches. I would be happy to help by joining the GitHub project you fork. Cheers, Michele.
Hi Pavel, thanks for your dot patch, I've included it in release 0.54. I didn't test your slashes fix, so it's not included, if I don't run into any issues with it, it'll be included in 0.55. Cheers, Pedro