Say your ~/.fog had multiple stanzas: :default: :aws_access_key_id: aaa test: :aws_access_key_id: bbb prod: :aws_access-key_id: ccc Choose a stanza with an environment variable: $ FOG_CREDENTIAL=prod fog
Tests behavior when ENV['HOME'] is not a directory.