mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-01 17:58:22 +00:00
feat(s3): advance parity coverage (#2278)
This commit is contained in:
@@ -629,6 +629,8 @@ mod tests {
|
||||
let config = Config {
|
||||
access_key_id: Some("test_key".to_string()),
|
||||
secret_access_key: Some("test_secret".to_string()),
|
||||
endpoint_url: Some("http://127.0.0.1:9000".to_string()),
|
||||
force_path_style: true,
|
||||
..Config::default()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user