scality / Droplet

Cloud storage client library
http://www.scality.com
Other
54 stars 33 forks source link

Add Support for readlink #182

Closed Joacchim closed 9 years ago

Joacchim commented 9 years ago

The current API provides the possibility to create a symlink, but nothing to identify one or get information about one. For instance, we might want to be able to get if a file is a link, and in this case, to which file does it point to.

Joacchim commented 9 years ago

Changes brought by pull request #190