支持的持久化存储

  • S3 / AWS S3(使用 AK/SK 或 IRSA) / Azure Blob / 阿里云 OSS / 腾讯 COS

显示 Helm Chart 值

helm show values dify/dify

这是 Helm chart 值中持久化存储配置的示例。

persistence:
  type: "s3"
  s3:
    endpoint: "https://xxx.r2.cloudflarestorage.com"
    accessKey: "#REPLACE_ME#"
    secretKey: "#REPLACE_ME#"
    region: "us-east-1"
    bucketName: "your-bucket-name"
    addressType: ""
    useAwsManagedIam: false
    useAwsS3: true
  ... ...

persistence.type 字段的选项

  • s3
  • azure-blob
  • aliyun-oss
  • tencent-cos

支持的持久化存储

  • S3 / AWS S3(使用 AK/SK 或 IRSA) / Azure Blob / 阿里云 OSS / 腾讯 COS

显示 Helm Chart 值

helm show values dify/dify

这是 Helm chart 值中持久化存储配置的示例。

persistence:
  type: "s3"
  s3:
    endpoint: "https://xxx.r2.cloudflarestorage.com"
    accessKey: "#REPLACE_ME#"
    secretKey: "#REPLACE_ME#"
    region: "us-east-1"
    bucketName: "your-bucket-name"
    addressType: ""
    useAwsManagedIam: false
    useAwsS3: true
  ... ...

persistence.type 字段的选项

  • s3
  • azure-blob
  • aliyun-oss
  • tencent-cos