mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add a case for the new HP provider.
This commit is contained in:
parent
6da79863ac
commit
ee3b49dee9
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ module Fog
|
|||
when 'Google'
|
||||
require 'fog/storage/google'
|
||||
Fog::Google::Storage.new(attributes)
|
||||
when 'HP'
|
||||
require 'fog/storage/hp'
|
||||
Fog::HP::Storage.new(attributes)
|
||||
when 'Local'
|
||||
require 'fog/storage/local'
|
||||
Fog::Local::Storage.new(attributes)
|
||||
|
|
Loading…
Reference in a new issue