mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[ENV] support AK SK ENCPOINT while get the multi_modal's feature (#5159)
This commit is contained in:
@@ -972,7 +972,8 @@ def init_bos_client():
|
||||
from baidubce.services.bos.bos_client import BosClient
|
||||
|
||||
cfg = BceClientConfiguration(
|
||||
credentials=BceCredentials(envs.ENCODE_FEATURE_BOS_AK, envs.ENCODE_FEATURE_BOS_SK), endpoint="bj.bcebos.com"
|
||||
credentials=BceCredentials(envs.ENCODE_FEATURE_BOS_AK, envs.ENCODE_FEATURE_BOS_SK),
|
||||
endpoint=envs.ENCODE_FEATURE_ENDPOINT,
|
||||
)
|
||||
return BosClient(cfg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user