# File lib/dragonfly/utils.rb, line 36
    def uri_escape_segment(string)
      URI.encode_www_form_component(string).gsub('+','%20')
    end