I am using Django
and S3Boto
and whenever a signature has a '+'
sign in it, I get a 403 Forbidden
. If there is no '+'
sign in the signature, I get the resource just fine. What could be wrong here?
UPDATE:
The repo is at : https://github.com/boto/boto
the files concerned are:
boto/utils.py
boto/s3/connection.py
NOTE: I am quite new to Python. I tried modifying the code but I still can't get the encoding done properly.