in lib/aws/active_job/sqs/configuration.rb [257:265]
def file_options(options = {})
file_path = options[:config_file] || default_config_file
if file_path
load_from_file(file_path)
else
options
end
end