This commit is contained in:
2023-11-30 10:33:53 +08:00
parent 3c95ccdd85
commit 8fe99d5d01
2 changed files with 32 additions and 4 deletions

View File

@ -28,7 +28,13 @@ _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'
#obs or cos
_C.obs = True
_C.cos = True
_C.cos = False
_C.s3 = True