Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
comodorop opened this issue Apr 1, 2024 · 2 comments
Open

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

comodorop opened this issue Apr 1, 2024 · 2 comments

Comments

@comodorop
Copy link

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
Copy link
Collaborator

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants