ovh / svfs

The Swift Virtual File System
Other
374 stars 54 forks source link

Hard links #69

Closed xlucas closed 8 years ago

xlucas commented 8 years ago

Some tools use hard links to implement rename operations as an explicit copy + delete operation (for instance sftp clients). It should be easy to implement for files and symlinks since it's a simple copy operation.