Removes GCS Adapter from provided adapters

* 💣 removes exposed GCS files adapter

- Should fix problems with GCS
- Throws error that shows the right repo
This commit is contained in:
Florent Vilmart
2016-04-05 18:18:49 -04:00
parent 0b2dc12143
commit 1eb2a87f9f
4 changed files with 15 additions and 8 deletions

5
src/deprecated.js Normal file
View File

@@ -0,0 +1,5 @@
export function useExternal(name, moduleName) {
return function() {
throw `${name} is not provided by parse-server anymore; please install ${moduleName}`;
}
}