Rclone mount as nssm service and permissions

I'm operating the Ceph cluster and the S3 RadosGW.

I've made some progress. Using the very same options for the rclone mount:

I can:

  • Copy a local file to the mount point with success. I can see the S3 PUT operation getting a 200 return code in the S3 gateway log files, and I can list this file using a desktop S3 client.
  • Copy a local folder as long as it has a file in it

But I can't:

  • create an empty folder in the mount point or in any other folders create with the desktop client (same credentials)
  • copy an empty folder from local storage to the mount point

I'm now wondering if this is not a S3 gateway issue. I think I'll have to downgrade the packages on the S3 gateway.

[EDIT] I attached a new log.txt file : log.txt (1.0 MB)

Frédéric.