I am using JSON API - Google API Client Library for Java for reading the objects from Google Cloud Storage. I need to create a symbolic link for in the Bucket's internal content.
EX:
Assume that, the Bucket Contents will be like this
FolderA/
FolderA/FolderB/
FolderC/
--------------------------
I need to create a link like this
FolderC/ should point to FolderA/FolderB/
FolderC/-> FolderA/FolderB/
If anybody knows how to create symbolic links using the Java in Cloud Bucket, Please let me know.
(Note: without mounting the bucket in local filesystem)
Thanks in advance...