mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
16 lines
No EOL
225 B
Ruby
16 lines
No EOL
225 B
Ruby
def storage_providers
|
|
{
|
|
AWS => {
|
|
:mocked => true
|
|
},
|
|
Google => {
|
|
:mocked => true
|
|
},
|
|
Local => {
|
|
:mocked => true
|
|
},
|
|
Rackspace => {
|
|
:mocked => false
|
|
}
|
|
}
|
|
end |