# File lib/cloudfiles/container.rb, line 80
    def metadata
      metahash = {}
      self.container_metadata[:metadata].each{ |key, value| metahash[key.gsub(/x-container-meta-/, '').gsub(/%20/, ' ')] = URI.decode(value).gsub(/\+\-/, ' ') }
      metahash
    end