mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1770] [MERGED] update: for plugin tencent_cos-0.0.3.difypkg【add new features and fix bugs】 #1845
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/1770
Author: @sawyer-shi
Created: 12/21/2025
Status: ✅ Merged
Merged: 12/22/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (4)
4c4b4d5update: for plugin tencent_cos-0.0.3.difypkg【add new features and fix bugs】3cef539Revert "update: for plugin tencent_cos-0.0.3.difypkg【add new features and fix bugs】"15d8c3eMerge remote-tracking branch 'origin/main'c856b95update: for plugin tencent_cos-0.0.3.difypkg【add new features and fix bugs】📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
sawyer-shi/tencent_cos/tencent_cos-0.0.3.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
Batch File Download
Public File Download
Technical Advantages
Requirements
Installation & Configuration
Install the required dependencies:
Configure the plugin in Dify with the following parameters:
Usage
The plugin provides five 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 COS4. Batch Download Files by URLs (get_files_by_urls)
Dedicated tool for batch downloading multiple files from Tencent Cloud COS.
file_urls: Multiple URLs of files in Tencent Cloud COS, separated by semicolon (;)5. Download Public File by URL (get_public_file_by_url)
Dedicated tool for downloading public files from any platform without authentication.
file_url: The URL of the public file that can be accessed without authenticationExamples
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.