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