QCDIS / rclone-data-mounter

Allow users to mount cloud storage
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Investigate existing POSIX implementations for mounting multiple cloud and WebDAV data storage #3

Closed skoulouzis closed 1 year ago

skoulouzis commented 1 year ago

If there is an implementation (preferably in python) that supports POSIX we can then use it to mount the remote data store in the Linux FS hosting JupyterLab

JustinMingo commented 1 year ago

Rclone is a command line tool to mount local and remote cloud storage, like S3, Dropbox, Google drive, MinIO, WebDAV, on Windows, macOS, linux and FreeBSD.

Pyfilesystem allows you to access local files (EG via the POSIX file API), remote filesystems (EG SMB, S3), archive files (EG tar, zip) – all with a common Python API.

JustinMingo commented 1 year ago
JustinMingo commented 1 year ago

Dockerfile with Rclone combination ran succesfully?

See here for more information: QCDIS/rclone-data-mounter#2