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

minio The storage feature is enabled but not implemented yet #1410

Closed
water2060 opened this issue Mar 4, 2024 · 1 comment
Closed

minio The storage feature is enabled but not implemented yet #1410

water2060 opened this issue Mar 4, 2024 · 1 comment
Labels
question Further information is requested

Comments

@water2060
Copy link

1.The image of Minio, with the key on it
MINIO_ROOT_USER: ${MINIO_ROOT_USER:-turms}
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD:-turms}
If written this way, the container will not run. Prompt that the password is too short,I changed it to admin
MINIO_ROOT_USER: ${MINIO_ROOT_USER:-adminminio}
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD:-adminminio}
It's ready to run now.But it keeps reminding me
“The storage feature is enabled but not implemented yet”

2.All of my containers are local and launched through the official "Docker Compose. standalone. yml". Except for modifying the access key of Minio, everything else is the same as the official one. But Minio has been unable to use it. Please advise on a solution, it has been stuck for several days.

@JamesChenX
Copy link
Member

Load the turms-plugin-minio plugin before using storage APIs.
Related doc:
English: https://turms-im.github.io/docs/server/module/storage.html#install
Chinese: https://turms-im.github.io/docs/zh-CN/server/module/storage.html#%E5%AE%89%E8%A3%85

@JamesChenX JamesChenX added the question Further information is requested label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants