I can not afford to run a minio
instances at the moment so I use r2
to store my data for various services. One thing bothering me recently is “do these storage services read my bucket content ?”
I have already encrypted sensetive data with rclone crypt
but for performance reason, I want to leave some data unencrypted (for example music). So would like to ask if you know any formal/official statement related to my question (for any services that are s3-compatible: b2, wasabi, …)
Thank you !
In my experience, I found that
rclone mount
acrypt
remote is not as stable as a direct mount. But I will try to do it again. Thank you very much !