Gem that handles the different callback URLs based on the protocol of each URL.
(HTTP, HTTPS, SQS, S3, FTP etc..) For now HTTP/HTTPS and Amazon SQS are supported.
Add this line to your application's Gemfile:
gem 'opener-callback-handler'
And then execute:
$ bundle
Or install it yourself as:
$ gem install opener-callback-handler
For SQS, AWS_REGION
AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
environment variables should be set on startup of the webservice or daemon.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request