mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 23:47:58 +08:00
configure and store remote configurations
This commit is contained in:
@@ -378,7 +378,8 @@ message FilerConf {
|
||||
message RemoteConf {
|
||||
string type = 1;
|
||||
string name = 2;
|
||||
string url = 3;
|
||||
string access_key = 4;
|
||||
string secret_key = 5;
|
||||
string s3_access_key = 4;
|
||||
string s3_secret_key = 5;
|
||||
string s3_region = 6;
|
||||
string s3_endpoint = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user