# File lib/cloudfiles/container.rb, line 16
    def initialize(connection, name)
      @connection = connection
      @name = name
      # Load the metadata now, so we'll get a CloudFiles::Exception::NoSuchContainer exception should the container
      # not exist.
      self.container_metadata
    end