# File lib/fog/aws/models/storage/file.rb, line 64 def destroy(options = {}) requires :directory, :key attributes[:body] = nil if options['versionId'] == version connection.delete_object(directory.key, key, options) true end