frappe / drive

An easy to use, document sharing and management solution.
https://frappe.io/drive
GNU Affero General Public License v3.0
243 stars 108 forks source link

object storage to store files? #145

Open sampaccoud opened 8 months ago

sampaccoud commented 8 months ago

The project looks promising! Thank you for building it. Will it be possible to store files in an object storage like S3 with the opensource version?

uhrjun commented 8 months ago

Most likely after the application hits v1. Since it would require rewriting or changing a couple of core parts, where the application is currently interacting with the filesystem. Will either move it to a vendor-agnostic way to interact with the actual files, or just maintain an S3 version for the handful of methods that need to interact with the filesystem.