mirror of
https://github.com/langgenius/dify-cloud-kit.git
synced 2026-07-18 18:44:27 -04:00
[PR #1] [MERGED] Add multiple implement and docs #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-cloud-kit/pull/1
Author: @41tair
Created: 5/28/2025
Status: ✅ Merged
Merged: 5/28/2025
Merged by: @41tair
Base:
main← Head:dev📝 Commits (10+)
f9885e7add oss factory and s3 implement63ffc28update tests0167ff4add azure blob implementa723351add aliyun oss implement6e84671add tencent cos implement1f32c5fenhance s3 create bucket logic, only create if not found7ec23dbadd gcs implementfa1f47cadd huawei obs implementd6feb81add readme7ea3730add readme📊 Changes
15 files changed (+1967 additions, -2 deletions)
View changed files
📝
README.md(+109 -2)➕
go.mod(+89 -0)➕
go.sum(+210 -0)➕
oss/aliyun/aliyun.go(+203 -0)➕
oss/azureblob/blob.go(+131 -0)➕
oss/errors.go(+39 -0)➕
oss/factory/factory.go(+49 -0)➕
oss/gcsblob/gcs.go(+143 -0)➕
oss/huanweiobs/obs.go(+165 -0)➕
oss/local/localfile.go(+111 -0)➕
oss/local/localfile_test.go(+1 -0)➕
oss/oss.go(+160 -0)➕
oss/s3/s3.go(+206 -0)➕
oss/tencentcos/cos.go(+178 -0)➕
tests/oss/oss_test.go(+173 -0)📄 Description
Vendors
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.