feat: Initialize AWS S3 client in HostService
This commit is contained in:
@@ -383,6 +383,9 @@ const findOrCreateCity = async (
|
||||
|
||||
|
||||
const bucket = config.aws.bucketName;
|
||||
const s3 = new AWS.S3({
|
||||
region: config.aws.region,
|
||||
});
|
||||
|
||||
@Injectable()
|
||||
export class HostService {
|
||||
|
||||
Reference in New Issue
Block a user