feat: Add s3-compatible plugin for the file module (#7143)

This commit is contained in:
Stevche Radevski
2024-04-25 09:06:47 +02:00
committed by GitHub
parent abf1283ab6
commit f341265f42
18 changed files with 1599 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ medusaIntegrationTestRunner({
await createAdminUser(dbConnection, adminHeaders, appContainer)
})
describe("POST /admin/uploads with", () => {
describe("POST /admin/uploads", () => {
beforeEach(async () => {})
it("uploads a single file successfully", async () => {