-
Notifications
You must be signed in to change notification settings - Fork 23
initial support for Mode and ModTime on Node interface #31
Conversation
With this commit there is preliminary Mode and ModTime support for single filesystem files and webfiles.
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. |
…eat/unixfs/ufs15 � Conflicts: � filter_test.go � webfile_test.go
…eat/unixfs/ufs15 � Conflicts: � helpers_test.go
This repository has been moved to https://github.com/ipfs/go-libipfs. There is not an easy way to transfer PRs, so if you would like to continue with this PR then please re-open it in the new repository and link to this PR. |
Adds support for storing and retrieving UnixFS v1.5 file mode and last modification time.
Mode and ModTime support on:
Relates to ipfs/kubo/issues/6920