This commit is contained in:
2023-11-29 15:23:08 +08:00
parent 0fb07b84a7
commit bdd6f14399
4 changed files with 55 additions and 26 deletions

View File

@ -74,6 +74,14 @@ _C.cos_secret_key = 'oYGrJG2d3LTUPBoFTZVEmC1kQ1ObdTkr'
_C.cos_region = 'ap-shanghai'
_C.cos_Bucket = 'ieemoo-ai-1321281601'
#s3
_C.s3_secret_id = 'v1wAfxqZqJYbA7kuB9dc'
_C.s3_secret_key = 'ZICGRJetjNIXhnqH1yfraoigydWoF2WTggtO9AhR'
_C.s3_region = '172.16.0.186:9000'
_C.s3_Bucket = 'ieemoo-ai'
#cos or obs
_C.cos = True
_C.obs = True
_C.cos = False
_C.s3 = True