AppFlowy-Cloud icon indicating copy to clipboard operation
AppFlowy-Cloud copied to clipboard

Is it possible to integrate s3 of aws insted of minio

Open comodorop opened this issue 1 year ago • 2 comments

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?

comodorop avatar Apr 01 '24 21:04 comodorop

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

speed2exe avatar Apr 03 '24 02:04 speed2exe

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

oxblixxx avatar May 28 '24 17:05 oxblixxx