mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1819] [MERGED] update: for plugin volcengine_tos-0.0.2.difypkg【add new features and fix bugs】 #1880
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/1819
Author: @sawyer-shi
Created: 12/29/2025
Status: ✅ Merged
Merged: 12/30/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (1)
9b51e1eupdate: for plugin volcengine_tos-0.0.2.difypkg【add new features and fix bugs】📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
sawyer-shi/volcengine_tos/volcengine_tos-0.0.2.difypkg(+0 -0)📄 Description
Volcengine TOS Cloud Storage
A powerful Dify plugin providing seamless integration with Volcengine Torch Object Storage (TOS). Enables direct file uploads to Volcengine TOS, efficient file retrieval using URLs, batch operations, and public file downloads with rich configuration options.
Version Information
Quick Start
volcengine_tosplugin from the Dify Marketplace.Version History
Core Features
File Upload to TOS
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 Volcengine TOS:
1. Upload File to TOS (upload_file)
Dedicated tool for uploading files to Volcengine TOS.
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 TOS storagefilename_mode: Optional filename composition mode (default:filename)filename: Use original filenamefilename_timestamp: Use original filename plus timestamp2. Multi Upload Files to TOS (multi_upload_files)
Dedicated tool for uploading multiple files to Volcengine TOS.
files: The local files to upload (required, up to 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 Volcengine TOS using URLs.
file_url: The URL of the file in Volcengine TOS4. Get Files by URLs (get_files_by_urls)
Dedicated tool for batch downloading multiple files from Volcengine TOS.
urls: Multiple file URLs separated by semicolon (;) (required)url1;url2;url35. Get Public File by URL (get_public_file_by_url)
Dedicated tool for downloading public files from any platform without authentication.
url: The public URL of the file to download (required)enable_verify_ssl: Enable SSL certificate verification (default: true)Examples
Upload File
Batch Upload Files
Get File by URL
Notes
Developer Information
https://github.com/sawyer-shihttps://github.com/sawyer-shi/dify-plugins-volcengine_tosReady to seamlessly integrate with Volcengine TOS?
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.