chore: -rm bucket was not found message

This commit is contained in:
amhsirak
2024-11-15 23:39:37 +05:30
parent c3cadd15be
commit 543c08bc3f

View File

@@ -14,7 +14,7 @@ minioClient.bucketExists('maxun-test')
if (exists) {
console.log('MinIO was connected successfully.');
} else {
console.log('Bucket does not exist, but MinIO was connected.');
console.log('MinIO was connected.');
}
})
.catch((err) => {