Refactoring

This commit is contained in:
2020-12-12 23:44:53 -06:00
parent 21c17d7080
commit 258080fdcf
3 changed files with 25 additions and 19 deletions

View File

@@ -35,7 +35,7 @@ const default_state = {
Name: '',
Port: 20000,
Provider: Constants.S3_PROVIDER_LIST[0],
Region: 'any',
Region: Constants.S3_REGION_PROVIDER_REGION[0],
SecretKey: '',
Token: '',
};