Self-hosting a cloud drive with Rclone
For a long time I had been using Google Drive to store all my important documents. It worked extremely well - always accessible no matter where I was, synced across all my devices, and never had to worry about my files being unavailable or deleted. Ultimately though, it didn’t feel like it was mine, and I didn’t like the idea of depending on Google. When searching for an alternative, I considered full-blown cloud solutions like Nextcloud/ownCloud, but they seemed overly complex to me. Also, I didn’t like the idea of being locked to their product, despite it being open-source. I wanted something simpler. So I thought: how about plain old S3? It’s simple, easy to integrate, works everywhere, and I don’t even need to host anything - so it won’t consume any resources. My main concern about this plan was that the files wouldn’t be encrypted - if someone gained access to my S3 drive they’d get access to my files, and that would be bad. ...