chore: -rm bucket was not found message
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user