[Update] 修改Swift录像存储创建参数及API返回值

This commit is contained in:
Bai
2020-01-10 11:42:53 +08:00
parent 84e5177ce2
commit ff1828bdd6
3 changed files with 16 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ REPLAY_STORAGE_TYPE_SWIFT_FIELDS = [
{'name': 'SECRET_KEY', 'write_only': True},
{'name': 'REGION'},
{'name': 'ENDPOINT'},
{'name': 'PROTOCOL'},
]
REPLAY_STORAGE_TYPE_OSS_FIELDS = [
{'name': 'BUCKET'},