define(function(require) {
|
|
return {
|
|
"storages": [
|
|
"azure",
|
|
"couchdb",
|
|
"custom_s3",
|
|
"dropbox",
|
|
"google_drive",
|
|
"http",
|
|
"onedrive",
|
|
"s3"
|
|
]
|
|
};
|
|
});
|