mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Treat __sr as a string representing an opaque reference to a storage repository. See https://github.com/fog/fog/pull/3469
This commit is contained in:
parent
7135ac8eaa
commit
d712a74b0d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module Fog
|
||||||
Fog::Logger.deprecation(
|
Fog::Logger.deprecation(
|
||||||
'The attribute #__sr is deprecated. Use #SR instead.'
|
'The attribute #__sr is deprecated. Use #SR instead.'
|
||||||
)
|
)
|
||||||
config[:SR] = config[:__sr].reference
|
config[:SR] = config[:__sr]
|
||||||
end
|
end
|
||||||
|
|
||||||
unless config[:name].nil?
|
unless config[:name].nil?
|
||||||
|
|
Loading…
Reference in a new issue