mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[core] all services should recognize :connection_options
This commit is contained in:
parent
430a896253
commit
f10397fc5f
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ module Fog
|
|||
end
|
||||
|
||||
def recognized
|
||||
@recognized ||= []
|
||||
@recognized ||= [:connection_options]
|
||||
end
|
||||
|
||||
def validate_options(options)
|
||||
|
|
Loading…
Add table
Reference in a new issue