googleapis / googleapis/google-cloud-java
[java-storage-nio] Support for gcsfuse symlinks.
- 主要语言
- Java
- 星标
- 2.1k
- 派生
- 1.2k
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 157
描述
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.
贡献指南
调研方向
Start at the java-storage-nio interface and trace how GCS objects with gcsfuse symlink metadata are handled during NIO operations. Compare the behavior for an existing target and a missing target; done means symlinks resolve to their target or produce FileNotFoundException when the target path does not exist.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- google-cloud, java
- 领域
- cloud
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100