googleapis / googleapis/google-cloud-java

[java-storage-nio] Support for gcsfuse symlinks.

Abierto
#12,551 0 comentarios 0 reacciones 0 asignados Ver en GitHub
api: storage
Lenguaje dominante
Java
Estrellas
2.1k
Forks
1.2k
Merge medio
1 d 23 h
PR fusionados (30 d)
154

Descripción

When using `gcsfuse`, we could have symlinks in mounted buckets. When looking at these symlinks, they are stored in GCS as empty files with metadata pointing to the target file symlink. Currently, if I access to this file with the `java-storage-nio interface`, it is seen as an empty file.

It would be great to support them and when we do a NIO operation to a symlink it does to the target file or return a FileNotFoundException when the target path doesn't exist.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.