You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
support acl migration Why is this needed:
During the migration process, I found that the corresponding access control lists (ACLs) cannot be migrated. I discovered that it is possible to migrate using pkg/object/nfs.go, which significantly improves performance, especially for small files. However, this file does not provide an interface for migrating ACLs. Could you offer support for this?
The text was updated successfully, but these errors were encountered:
What would you like to be added:
support acl migration
Why is this needed:
During the migration process, I found that the corresponding access control lists (ACLs) cannot be migrated. I discovered that it is possible to migrate using
pkg/object/nfs.go
, which significantly improves performance, especially for small files. However, this file does not provide an interface for migrating ACLs. Could you offer support for this?The text was updated successfully, but these errors were encountered: