Uploading attachements to S3

Hey folks,

just wanted to clarify one thing,by default frappe store every uploads to local disk of site right ?how can I change the location for that from site to my s3 bucket,I checked upon this and found some repos,one from zerodha and one called as dfp external storage but im not sure if both of them are compaitable with s3.just wanted to confirm on it and lmk what you guys use for your usecase

Hi @root1

Try searching for s3 on https://frappegems.com/

Hope it helps

Yes, you’re correct.

By default, Frappe stores all uploaded files on the site’s local filesystem.

If you want to use S3 storage, you’ll need to installl an external storage provider app, since this isn’t supported out of the box.

We’ve recently built a lightweight app for this purpose:

It’s still fairly new, so you may want to evaluate it carefully before using it in production.

1 Like