edb6205c创建于 2025年5月14日历史提交
identity:
  author: yuez
  name: huawei-cloud-obs
  label:
    en_US: huawei-cloud-obs
    zh_Hans: huawei-cloud-obs
  description:
    en_US: Provide common operations for connecting the Dify application to Huawei Cloud Object Storage Service (OBS).
    zh_Hans: 提供dify应用连接华为云对象存储服务OBS的常用操作。
  icon: icon.svg
credentials_for_provider:
  dify_endpoint:
    type: text-input
    required: true
    label:
      en_US: DIFY Endpoint
      zh_Hans: dify 服务地址
    placeholder:
      en_US: Please input your dify endpoint
      zh_Hans: 请输入你的 dify 服务地址
    help:
      en_US: The endpoint for your dify service
      zh_Hans: dify 服务的访问地址
    url: https://docs.dify.ai/
  access_key_id:
    help:
      en_US: Get your AccessKeyID from Huawei Cloud OBS
      zh_Hans:  华为云OBS 获取您的 AccessKeyID
    label:
      en_US: AccessKeyID
      zh_Hans: AccessKeyID
    placeholder:
      en_US: Please input your Huawei Cloud OBS AccessKeyID
      zh_Hans: 请输入你的 华为云OBS AccessKeyID
    required: true
    type: text-input
    url: https://support.huaweicloud.com/sdk-python-devg-obs/obs_22_0500.html
  secret_access_key:
    help:
      en_US: Get your SecretAccessKey from Huawei Cloud OBS
      zh_Hans:  华为云OBS 获取您的 SecretAccessKey
    label:
      en_US: SecretAccessKey
      zh_Hans: SecretAccessKey
    placeholder:
      en_US: Please input your Huawei Cloud OBS SecretAccessKey
      zh_Hans: 请输入你的 华为云OBS SecretAccessKey
    required: true
    type: secret-input
    url: https://support.huaweicloud.com/sdk-python-devg-obs/obs_22_0500.html
  server_url:
    default: https://obs.cn-north-4.myhuaweicloud.com
    help:
      en_US: Get your Server URL from Huawei Cloud OBS
      zh_Hans:  华为云OBS 获取您的 服务地址
    label:
      en_US: ServerUrl
      zh_Hans: ServerUrl
    placeholder:
      en_US: Please input your Huawei Cloud OBS Server URL
      zh_Hans: 请输入你的 华为云OBS 服务地址
    required: true
    type: text-input
    url: https://support.huaweicloud.com/sdk-python-devg-obs/obs_22_0500.html
tools:
  - tools/create_bucket.yaml
  - tools/delete_bucket.yaml
  - tools/delete_object.yaml
  - tools/get_object.yaml
  - tools/put_object.yaml
extra:
  python:
    source: provider/huawei-cloud-obs.py