ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.8k stars 220 forks source link

Storage use MinIO with accessKey/secretKey doesn't connect #788

Closed boer0924 closed 1 day ago

boer0924 commented 2 days ago

Storage use MinIO with accessKey/secretKey doesn't connect. Caused by: Generic S3 error: the credential provider was not enabled.

boer0924 commented 1 day ago

I solved, settings env with: AWS_ACCESS_KEY_ID= AWS_REGION=us-east-1; // if use minIO setting any region? AWS_SECRET_ACCESS_KEY=

boer0924 commented 1 day ago

Arroyo currently relies on certain implicit configurations, which can lead to confusion or unexpected behavior for users, especially during initial setup or debugging. Additionally, the documentation does not cover some critical aspects of configuration and operational behavior in sufficient detail, making it challenging for users to fully understand and utilize the system effectively.