-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.2.10
-
Fix Version/s: 5.3.x
-
Component/s: Configuration, Synchronizer
Steps to reproduce:
- configure nuxeo-drive-config.json to customize the ignored suffixes
"ignored_suffixes": [".crdownload", ".lock", ".nxpart", ".part", ".partial", ".swp", ".tmp", "~"],
- start Nuxeo server
- create a workspace and synchronize it with Drive
- upload to the workspace 4 files whose names are foo.tmp, foo.part, foo.bak and foo.txt
- set up your local Drive client
- enable local synchronization
- wait for the synchro to complete
- observe that a folder has been created with only 1 file in it : foo.tmp => foo.bak has been banned where the "bak" suffix is allowed now
Look at the debug.logfile to see the configuration and the banned items
Expected behavior: foo.tmp and foo.bak are synchronized to respect the global configuration