-
Notifications
You must be signed in to change notification settings - Fork 526
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
[curvefs]: change s3info #2517
Comments
Assign me this please |
done |
This is the pr that supports multi-s3 before, you can make a reference |
@harshitcodes22
|
I am a software engineer at a tech company, working on the company's product business logic. I am interested in C++ and distributed systems. I chose this topic because I previously worked on several issues for CurveFS, and I want to learn more about Curve design and implementation details. |
If this problem is not completed when the deadline is over or this friend gives up, please let me try :) |
Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)
At present, the backend s3 information stored in the curve file can only be specified when it is created, and cannot be changed later. But this will cause a problem: once the user's ak and sk are leaked, the fs becomes unavailable after changing the ak and sk.
At this time, the client's s3 information is also unavailable, and the client needs to be notified.
Describe the solution you'd like (描述你期望的解决方法)
I hope to add an interface and use tools to modify the information of s3 (ak, sk, bucket, endpoint).
Describe alternatives you've considered (描述你想到的折衷方案)
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered: