mirror of
https://github.com/langgenius/dify-cloud-kit.git
synced 2026-07-19 13:35:54 -04:00
[PR #3] [MERGED] chore(gcs): Overwrite if saving were called twice in GCS; #9
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/3
Author: @ThreeFish-AI
Created: 7/8/2025
Status: ✅ Merged
Merged: 7/29/2025
Merged by: @41tair
Base:
main← Head:main📝 Commits (1)
88475d0chore(gcs): Overwrite if saving were called twice in GCS;📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
oss/gcsblob/gcs.go(+0 -1)📄 Description
Context: When using GCS for resource storage, resources that already exist on GCS will directly return an error when saving for the second time. Normally, it should overwrite if the resources already exist.
Reference: https://github.com/langgenius/dify-plugin-daemon/pull/389
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.