Rclone issue for windows - using IBM Cos S3

What is the problem you are having with rclone?

Hello, we are trying use rclone to mount a S3 cos path. Later we are using this path to create a volume in a docker container. For Mac it is working but on Windows we are not able to reach the volume from a container. Please does anybody faced the same issue? Any advise on how to solve or to suggest a different tool to mount the path on Windows? Thank you!

Run the command 'rclone version' and share the full output of the command.

rclone mount cos_dev:in-sensitive-in-assignment/ C:\mms --vfs-cache-mode full
docker run -v C:/mms:/storage mms-testvolume

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads

Rclone version --> rclone-v1.59.1-windows-amd64

Which cloud storage system are you using? (eg Google Drive)

IBM Cloud - Cos (S3)

Seems to be more a docker thing than a rclone thing so not sure offhand as I find running rclone in a docker to be overkill.

You'd probably have to share your docker configuration / setup.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.