discussion: should jot objects return local filesystem paths? #46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, the
jot objectscommand returns relative paths to the bucket. Perhaps it should be in alignment with everything else and return local filesystem paths, even if files do not exist.This could also lead to more confusion if it doesn't exist locally.
Implemented in #45