-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed as not planned
Labels
kind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
Description
Checklist
- My issue is specific & actionable.
- I am not suggesting a protocol enhancement.
- I have searched on the issue tracker for my issue.
Description
The ipfs add command supports --preserve-mode and --preserve-mtime. Is it possible to also support --preserve-owner? This would allow changes made by chown to be preserved when adding files with ipfs add.
for example:
# ipfs add --preserve-mode --preserve-mtime test.json
added QmbwaAtVk282BkCwK18FDXniC26sTmZqSJvwRAVPAm3fV8 test.json
# chown oracle test.json
# ipfs add --preserve-mode --preserve-mtime test.json
added QmbwaAtVk282BkCwK18FDXniC26sTmZqSJvwRAVPAm3fV8 test.json <--not changed
thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature