-
I have mounted an S3 bucket as a drive on my Windows Server 2022 using rclone. In the mounted S3 bucket drive, I created folders, but I am unable to share these folders over the network. Is there a solution for this issue?
-
I want to use the S3 bucket mounted as a drive on my Windows Server as a data source for SQL Server 2019. Is this possible? If so, how can I configure it?
welcome to the forum,
yes, i have a trick to get that work and writen about it a few times in the forum.
i will try to find those topics and post it here.
it should work, but in practice, might not be very usable.
mount the bucket, make sure to use --vfs-cache-mode=full
and point sql server to the mount point.
i found the topic, where i show how to do that.
https://forum.rclone.org/t/network-drive-sharing/45182