[Question] What does fluss need to be configured to support Minio's S3? #214
Replies: 6 comments
-
@biao-lvwan Thanks for reporting! You'll need to set
But unfortunately, it's not supported by Minio's s3....... |
Beta Was this translation helpful? Give feedback.
-
Yes, this error does not affect the remote data transfer to Minio, but when opening lakehouse.sh, Start to download kv snapshot files to local directory for bucket, This task has been submitted to the Flink cluster, and after startup, insert,tm, It will report an error that the configuration has not been obtained,Do I need to configure server. yaml in the Flink cluster? |
Beta Was this translation helpful? Give feedback.
-
Thanks for explantion. Now, I got you.. Unfortunately you can't read with Minio's S3 since Fluss client can't get the a credential token from your Minio's S3 for the reason I said before. Fluss will use S3's api to obtain the credential token, but Minio don't support such API.. |
Beta Was this translation helpful? Give feedback.
-
thx |
Beta Was this translation helpful? Give feedback.
-
But I think maybe Fluss can use the API that Minio also supports to obtain the token like Trino does. Seems trino use leverage sts endpoint to do that.. |
Beta Was this translation helpful? Give feedback.
-
Thank you, I'll give it a try |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Fluss version
0.5.0
Minimal reproduce step
1,fluss config remote.data.dir: s3://fluss/storage, appear Region is not set
2,user lakehouse.sh Dynamic session credentials for Fluss: No AWS Credentials
What doesn't meet your expectations?
1,The data can be written to remote.data.dir, but an error message will appear and the Region is not set
2,use lakehouse.sh ,Can't read data from Flink's S3 configuration? Where do I need to configure it specifically,Can't I read the S3 configuration configured in Flink
Anything else?
![image](https://github.com/user-attachments/assets/1d1e93b6-52b4-4cc6-9008-8cffe0221d0b)Are you willing to submit a PR?
Beta Was this translation helpful? Give feedback.
All reactions