mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
remove stray multijson require
This commit is contained in:
parent
29a67f9197
commit
2eb42462ba
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ module Fog
|
||||||
# ==== Returns
|
# ==== Returns
|
||||||
# * SNS object with connection to AWS.
|
# * SNS object with connection to AWS.
|
||||||
def initialize(options={})
|
def initialize(options={})
|
||||||
require 'multi_json'
|
|
||||||
@use_iam_profile = options[:use_iam_profile]
|
@use_iam_profile = options[:use_iam_profile]
|
||||||
setup_credentials(options)
|
setup_credentials(options)
|
||||||
@connection_options = options[:connection_options] || {}
|
@connection_options = options[:connection_options] || {}
|
||||||
|
|
Loading…
Reference in a new issue