AssetSync/asset_sync

asset_sync and Rails 5.1.4

osahaidak opened this issue · 2 comments

Hello,
Is asset_sync works with Rails 5 correctly? I am not able to get AWS.
During to assets compilation I get "aws is not a recognized provider"

I have config like this:
[https://github.com/rotati/wiki/wiki/Setup-Staging-S3-buckets-and-install-asset-sync]

Any through?

If you are using 2.x
You need to require fog-aws yourself either in Gemfile or initializer
See https://github.com/AssetSync/asset_sync#installation

If you have done that already, please post your actual config

Yes, now looks like work fine with fog-aws. Thanks!