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