hyperdrive
hyperdrive copied to clipboard
Hyperdrive is a secure, real time distributed file system
It'd be useful to have an easy way to move entries to new locations. At the moment one needs to either duplicate data and delete the old data in a...
A couple small changes to make hyperdrive work with latest autobase.
Calling `await drive.download()` does not download the expected data if you do not wait for the drive to update first. Currently `drive.update({ wait: true })` does not work as expected...
See https://github.com/holepunchto/hyperbee/issues/128
It would be useful to have either a specified or de facto standard location to store hyperdrive file encodings. [hypercore-fetch](https://github.com/RangerMauve/hypercore-fetch) and [hypercore-fetch-ushin](https://git.sr.ht/~ushin/hypercore-fetch-ushin) store timestamp data inside `entry.value.metadata.mtime`. It would similarly...
Only updates the file entry in the hyperbee. This PR was inspired by someone wanting to rename the file without having to re-append the blobstore entry.