After reaching out to Amazon, the base problem is how S3 interprets  the "+" 
symbol; S3 sees a "+" as a " ". The result is that S3 is sees a request of 
"foo+bar" not as "foo+bar" but as "foo bar". In order to get any file with a 
"+" in the name to work properly, you have to upload/copy the file three times 
to handle how different clients make the request::
- foo+bar: the original file name
- foo2%Bbar: for clients making character encoded requests
- foo bar:  for tools like wget, curl, etc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882832

Title:
  apt-get fails when fetching against s3 buckets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/882832/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to