initial support for setting/updating file modes and modification times#93
initial support for setting/updating file modes and modification times#93kstuart wants to merge 9 commits into
Conversation
Provides the ability to add/update file mode and modification time on an MFS File, and update the modification time when the MFS File is written to or truncated.
|
Thank you for submitting this PR!
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. |
|
This repository is no longer maintained and has been copied over to Boxo. In an effort to avoid noise and crippling in the Boxo repo from the weight of issues of the past, we are closing most issues and PRs in this repo. Please feel free to open a new issue in Boxo (and reference this issue) if resolving this issue is still critical for unblocking or improving your usecase. You can learn more in the FAQs for the Boxo repo copying/consolidation effort. |
Provides the ability to add/update file mode and modification time on an MFS File, and update the modification time when the MFS File is written to or truncated.
Requires functionality from ipfs/go-unixfs#85
Related to ipfs/kubo#6920