This commit is contained in:
syuilo 2022-03-01 03:34:40 +09:00
parent c8070fc544
commit a626c69547
5 changed files with 11 additions and 108 deletions

View file

@ -1,5 +1,5 @@
import { URL } from 'node:url';
import * as S3 from 'aws-sdk/clients/s3.js';
import S3 from 'aws-sdk/clients/s3.js';
import { Meta } from '@/models/entities/meta.js';
import { getAgentByUrl } from '@/misc/fetch.js';