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