upload file by boto s3
Author: datoujiejie
Version: 0.0.1
Type: tool
is a dify plugin tool designed to streamline the process of uploading files to S3-compatible object storage services using the powerful library. Beyond just storage, this tool automatically generates and returns publicly accessible URLs for uploaded files, making it ideal for sharing and integrating with other systems.
This tool allows developers and teams to simplify file management workflows, ensuring efficient and secure interactions with S3 buckets.

Description: Uploads a specified file to the configured S3 bucket and returns the public URL for the uploaded file.
Parameters:
Description: Uploads a base64-encoded object to the configured S3 bucket and returns its public URL.
If base64 comes from the sandbox, you have to adjust the value of CODE_MAX_STRING_LENGTH
Parameters:
Created by datoujiejie