2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

FEATURE: AWS SNS bounce notifications webhooks

This commit is contained in:
Régis Hanol 2019-02-13 21:26:40 +01:00
parent 560cc4e73e
commit 4d674acc25
6 changed files with 85 additions and 8 deletions

View file

@ -65,6 +65,7 @@ gem 'fast_xor', platform: :mri
gem 'fastimage'

gem 'aws-sdk-s3', require: false
gem 'aws-sdk-sns', require: false
gem 'excon', require: false
gem 'unf', require: false