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)