minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

mc mirror exclude option for folders not working #4841

Closed chenshi5012 closed 8 months ago

chenshi5012 commented 9 months ago

mc mirror --exclude value exclude object(s) that match specified object name pattern

https://github.com/minio/mc/issues/2343

check this , not working..

Expected behavior

--exclude folders or folder/* to mirror unexpect files

Actual behavior

--exclude option can only support the object name . can not support folders

Steps to reproduce the behavior

image

mc --version

jiuker commented 8 months ago

fix by https://github.com/minio/mc/pull/4825