# File lib/openstack/swift/container.rb, line 182 def create_object(objectname, headers={}, data=nil) OpenStack::Swift::StorageObject.create(self, objectname, headers, data) end