From e8ed49aafb89f791d32b0c70b6f632f6df0721a4 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 23 Apr 2024 09:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4oss=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/oss.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/oss.js b/src/utils/oss.js index f7ce065..e1eae40 100644 --- a/src/utils/oss.js +++ b/src/utils/oss.js @@ -70,7 +70,6 @@ async function ossGenerateSTS() { const bufferStream = new stream.PassThrough() bufferStream.end(Buffer.from(ex.target.result)) // minioClient.bucketExists('ecgdata' - console.log(Vue.prototype.OSSclientConfig.bucketName, objectName, bufferStream) minioClient.putObject(Vue.prototype.OSSclientConfig.bucketName, objectName, bufferStream, function(err,etag) { if (err) { console.log(err)