upload_text_data
Upload text data to a specified Qiniu Cloud Storage bucket using a unique key. Enable file overwriting to update existing objects as needed.
Instructions
Upload text data to Qiniu bucket.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bucket | Yes | Qiniu Cloud Storage bucket Name | |
data | Yes | The data to upload. | |
key | Yes | The key under which a file is saved in Qiniu Cloud Storage serves as the unique identifier for the file within that space, typically using the filename. | |
overwrite | No | Whether to overwrite the existing object if it already exists. |