# File lib/cloudfiles/container.rb, line 192 def object(objectname) o = CloudFiles::StorageObject.new(self, objectname, true) return o end