Skip to content

Commit 396ee25

Browse files
Fix CDN s3 import
1 parent 7905fc9 commit 396ee25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cdn/util/Storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ if (process.env.STORAGE_PROVIDER === "file" || !process.env.STORAGE_PROVIDER) {
8282
location = undefined;
8383
}
8484

85-
const { S3Storage } = require("S3Storage");
85+
const { S3Storage } = require("./S3Storage");
8686
storage = new S3Storage(region, bucket, endpoint, location);
8787
}
8888

0 commit comments

Comments
 (0)