This commit is contained in:
syuilo
2019-04-09 01:31:48 +09:00
parent 54a5246061
commit ee7ef89dfb
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ export default async function(file: DriveFile, isExpired = false) {
if (file.webpublicUrl) {
InternalStorage.del(file.webpublicAccessKey);
}
} else {
} else if (!file.isRemote) {
const minio = new Minio.Client(config.drive.config);
await minio.removeObject(config.drive.bucket, file.accessKey);