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 &