Fix CDN s3 import

This commit is contained in:
Rory&
2026-04-24 01:24:10 +02:00
parent 7905fc9f5f
commit 396ee256ee
+1 -1
View File
@@ -82,7 +82,7 @@ if (process.env.STORAGE_PROVIDER === "file" || !process.env.STORAGE_PROVIDER) {
location = undefined;
}
const { S3Storage } = require("S3Storage");
const { S3Storage } = require("./S3Storage");
storage = new S3Storage(region, bucket, endpoint, location);
}