Remove S3 File Adapter (#7324)

* remove s3 adapter

* moved mock files adapter

* Update package-lock.json
This commit is contained in:
Manuel
2021-04-09 17:12:24 +02:00
committed by GitHub
parent bf732b9a6e
commit 2e11bf3b5c
8 changed files with 64 additions and 156 deletions

View File

@@ -391,7 +391,9 @@ describe('server', () => {
});
it('exposes correct adapters', done => {
expect(ParseServer.S3Adapter).toThrow();
expect(ParseServer.S3Adapter).toThrow(
'S3Adapter is not provided by parse-server anymore; please install @parse/s3-files-adapter'
);
expect(ParseServer.GCSAdapter).toThrow(
'GCSAdapter is not provided by parse-server anymore; please install @parse/gcs-files-adapter'
);