mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1310] [MERGED] add new plugin tencent_cos #1521
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-plugins/pull/1310
Author: @sawyer-shi
Created: 9/30/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @crazywoola
Base:
main← Head:main-tencent-cos-plugin📝 Commits (7)
1da7a9badd a new plugin flow_map-0.0.1.difypkgaff63fcMerge branch 'langgenius:main' into main7b1ec19Add new plugin aliyun OSSd28fd34remove new plugin aliyun OSS file9bb4fddadd new plugin tencent_cos-0.0.1.difypkg5544b5aadd new plugin tencent_cos-0.0.1.difypkg[update:make readme for English and Chinese in separately]6e87102add new plugin tencent_cos-0.0.1.difypkg[update:make readme for English and Chinese in separately]📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
sawyer-shi/tencent_cos/tencent_cos-0.0.1.difypkg(+0 -0)📄 Description
Tencent Cloud COS Plugin
A powerful Dify plugin providing seamless integration with Tencent Cloud Object Storage (COS). Enables direct file uploads to Tencent Cloud COS and efficient file retrieval using URLs, with rich configuration options.
Version Information
Version History
Quick Start
Core Features
File Upload to COS
File Retrieval by URL
Technical Advantages
Requirements
Installation & Configuration
Install the required dependencies:
Configure the plugin in Dify with the following parameters:
Usage
The plugin provides three powerful tools for interacting with Tencent Cloud COS:
1. Upload File to COS (upload_file)
Dedicated tool for uploading files to Tencent Cloud COS.
file: The local file to upload (required)directory: First-level directory under the bucket (required)directory_mode: Optional directory structure mode (default:no_subdirectory)no_subdirectory: Store directly in specified directoryyyyy_mm_dd_hierarchy: Store in date-based hierarchical structureyyyy_mm_dd_combined: Store in combined date directoryfilename: Optional custom filename for COS storagefilename_mode: Optional filename composition mode (default:filename)filename: Use original filenamefilename_timestamp: Use original filename plus timestamp2. Multi-Upload Files to COS (multi_upload_files)
Dedicated tool for uploading multiple files to Tencent Cloud COS.
files: The local files to upload (required, maximum 10 files)directory: First-level directory under the bucket (required)directory_mode: Optional directory structure mode (default:no_subdirectory)no_subdirectory: Store directly in specified directoryyyyy_mm_dd_hierarchy: Store in date-based hierarchical structureyyyy_mm_dd_combined: Store in combined date directoryfilename_mode: Optional filename composition mode (default:filename)filename: Use original filenamefilename_timestamp: Use original filename plus timestamp3. Get File by URL (get_file_by_url)
Dedicated tool for retrieving files from Tencent Cloud COS using URLs.
file_url: The URL of the file in Tencent Cloud COSExamples
Upload File
Batch Upload Files
Get File by URL
Notes
Developer Information
https://github.com/sawyer-shihttps://github.com/sawyer-shi/dify-plugins-tencent_cosReady to seamlessly integrate with Tencent Cloud COS?
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.