**Fix:** Reading control filename with urlencode generates incorrect s3 paths if the file name contains special chars like '+'
**Install via command line:**
*github*
bash
gem install dpkg-s3 --version "0.3.0" --source "https://rubygems.pkg.github.com/gamunu"
*ruby gems*
bash
gem install dpkg-s3
*Install via gemfile*
ruby
source "https://rubygems.pkg.github.com/gamunu" do
gem "dpkg-s3", "0.3.0"
end