mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-03 03:15:27 +00:00
Fix CDN s3 import
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user