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

@@ -0,0 +1,6 @@
{
"name": "mock-files-adapter",
"version": "1.0.0",
"description": "Mock files adapter for tests.",
"main": "index.js"
}