arvan_s3_get_object
Retrieve an object from an ArvanCloud S3 bucket as text, base64, or binary. For files over 256 KiB, use a presigned URL.
Instructions
Download an object. Returns text, or base64 when as_base64 or binary.
Bodies larger than 256 KiB are truncated; use a presigned URL for big files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | ||
| key | Yes | ||
| as_base64 | No |