juicedata / juicefs

JuiceFS is a distributed POSIX file system built on top of Redis and S3.
https://juicefs.com
Apache License 2.0
10.92k stars 964 forks source link

The sync subcommand supports synchronization of object access control policies #4293

Open liudi181 opened 10 months ago

liudi181 commented 10 months ago

What happened: Using the sync command to migrate object storage files may result in inconsistent file attributes before and after migration. For example, if the source environment is public read-only, the target environment will become private after migration What you expected to happen: I hope to upgrade the command to enable juicefs sync to have attribute synchronization functionality How to reproduce it (as minimally and precisely as possible): Migrate a file with public read-only permissions, and when transferred to the target end, view permissions become private properties. Anything else we need to know?

Environment:

zhijian-pro commented 10 months ago

Currently, permission control for synchronized object stores is not supported

liudi181 commented 10 months ago

目前不支持同步对象存储的权限控制 Will it be supported in the future?

zhijian-pro commented 10 months ago

No plans for now, maybe later