# File lib/cloudfiles/container.rb, line 290 def object_exists?(objectname) begin response = SwiftClient.head_object(self.connection.storageurl, self.connection.authtoken, escaped_name, objectname) true rescue ClientException => e false end end