This release upgrades juicefs to 1.0.4.
Related changes:
- sync: fix the issue that password is displayed in process title (juicedata/juicefs#3256, juicedata/juicefs#3258)
- sync: fix the issue that sync fails when the source file is growing (juicedata/juicefs#3405)
- object: set encoding type when listing objects (juicedata/juicefs#3244, juicedata/juicefs#3269)
- object/s3: support using OVH region (juicedata/juicefs#3133)
- object/s3: optionally turn off 'S3Disable100Continue' via url query parameter (juicedata/juicefs#3228)
- object/obs: fix the issue that error is not properly handled when using OBS encrypted bucket (juicedata/juicefs#3199)
- object/obs&tos: fix the issue that error is not properly handled when calling RangeGet (juicedata/juicefs#3270)
- object/b2: fix the issue that error is not properly handled when getting info of an empty object (juicedata/juicefs#3274)
- object/sftp: fix the issue that the size of a symlinked file is not correct (juicedata/juicefs#3426)
Besides, it picks a fix from juicefs 1.0.2 that was not merged here before:
- sync: fix the issue that '\' is wrongly replaced for non-windows system (juicedata/juicefs#2778)