AppFlowy-Cloud
AppFlowy-Cloud copied to clipboard
Is it possible to integrate s3 of aws insted of minio
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?
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
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