I`m trying to configure the community gem to use s3. The docs say only: You'll need to change your configuration in your application_config.rb to tell CommunityEngine to use s3 as the photo backend.
Anyone knows what and how to change? Do I need any additional gems, config files?
Answering my own question, I`ve found two ways: 1. Find and edit\ monkey-patch the file application_config.rb of the gem itself.(I have vendorized the gem.) 2. Override the configs in a usual way, like the gem creators advise.
The config itself should be like this:
I`ve added the s3_credentials section and storage: 's3' line.