mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[storage] refactor provider/service namespacing
This commit is contained in:
parent
a1d2ef0ec7
commit
e1512c9ac8
123 changed files with 416 additions and 460 deletions
|
|
@ -1,15 +1,15 @@
|
|||
def storage_providers
|
||||
{
|
||||
AWS => {
|
||||
:aws => {
|
||||
:mocked => true
|
||||
},
|
||||
Google => {
|
||||
:google => {
|
||||
:mocked => true
|
||||
},
|
||||
Local => {
|
||||
:local => {
|
||||
:mocked => false
|
||||
},
|
||||
Rackspace => {
|
||||
:rackspace => {
|
||||
:mocked => false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue