[PR #19] [MERGED] feat(gcs): add support for application default credentials (ADC) #17

Closed
opened 2026-02-16 09:18:55 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-cloud-kit/pull/19
Author: @line1029
Created: 1/15/2026
Status: Merged
Merged: 2/1/2026
Merged by: @41tair

Base: mainHead: feat/gcs-adc-support


📝 Commits (1)

  • 7ba0299 feat(gcs): add support for application default credentials (ADC)

📊 Changes

2 files changed (+18 additions, -9 deletions)

View changed files

📝 oss/gcsblob/gcs.go (+16 -7)
📝 oss/oss.go (+2 -2)

📄 Description

Allows GCS initialization without explicit credentials to support ADC. Fixes #18.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-cloud-kit/pull/19 **Author:** [@line1029](https://github.com/line1029) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 2/1/2026 **Merged by:** [@41tair](https://github.com/41tair) **Base:** `main` ← **Head:** `feat/gcs-adc-support` --- ### 📝 Commits (1) - [`7ba0299`](https://github.com/langgenius/dify-cloud-kit/commit/7ba02993703dac101f1673401fd5297b1d32aff7) feat(gcs): add support for application default credentials (ADC) ### 📊 Changes **2 files changed** (+18 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `oss/gcsblob/gcs.go` (+16 -7) 📝 `oss/oss.go` (+2 -2) </details> ### 📄 Description Allows GCS initialization without explicit credentials to support ADC. Fixes #18. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 09:18:55 -05:00
yindo closed this issue 2026-02-16 09:18:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-cloud-kit#17