Using Rclone files are not syncing with OCI OSS bucket

We did try RClone option and mounted the OCI OSS bucket as file system but the files are not getting syncing with OSS storage bucket.

Followed: https://blogs.oracle.com/ateam/post/use-oci-object-storage-as-a-mounted-filesystem

rmount used:

sudo rclone mount
data:oss_shared_bucket /oss_shared_bucket
--allow-other
--cache-dir /tmp/rclone/cache
--config /etc/rclone/rclone.conf
--dir-perms 0770
--file-perms 0660
--log-file /var/log/rclone.log
--log-level ERROR
--tpslimit 50
--umask 0117
--vfs-cache-mode writes
--vfs-fast-fingerprint &

Please answer all questions from "Help and Support" template. Nobody is interested in guessing all details.

posted new topic with template.

Mount OCI OSS bucket as shared filesystem in OCI DBCS Linux machines