# File lib/cloudfiles.rb, line 52
  def self.escape(str)
    URI.encode(str)
  end