I'm getting the above warning even though I'm using Rackspace. I suspect that asset_sync is requiring fog's lib/fog/aws.rb even when a non AWS host is being used.
See this commit in fog: fog/fog@8d808d4
Two potential solutions that I can see. Either you can avoid running fog's lib/fog/aws.rb or add unf directly as an asset_sync dependency (possibly wise anyway to support AWS users).
I'm getting the above warning even though I'm using Rackspace. I suspect that asset_sync is requiring fog's lib/fog/aws.rb even when a non AWS host is being used.
See this commit in fog: fog/fog@8d808d4
Two potential solutions that I can see. Either you can avoid running fog's lib/fog/aws.rb or add unf directly as an asset_sync dependency (possibly wise anyway to support AWS users).