# File lib/openstack/swift/container.rb, line 87
    def object(objectname)
      o = OpenStack::Swift::StorageObject.new(self, objectname, true)
      return o
    end