AppFlowy-IO / AppFlowy-Cloud

AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
GNU Affero General Public License v3.0
1.01k stars 209 forks source link

Is it possible to integrate s3 of aws insted of minio #436

Open comodorop opened 6 months ago

comodorop commented 6 months ago

I have a question, is it possible that at this point in the project, it can be integrated with AWS S3 services to upload file storage or only minio is used?

speed2exe commented 6 months ago

Yes, it is possible. you just need to fill in the relevant configs in the .env file:

# File Storage
APPFLOWY_S3_USE_MINIO=false
APPFLOWY_S3_ACCESS_KEY=your_s3_access_key
APPFLOWY_S3_SECRET_KEY=your_s3_secret_key
APPFLOWY_S3_BUCKET=appflowy
oxblixxx commented 4 months ago

why it's possible to integrate S3, Can I use other services similar to minio I am getting this error regards to my cpu Fatal glibc error: CPU does not support x86-64-v2 while seting up minio