Blocks
S3
View S3 files
Retrieve and view files from Amazon S3 buckets using presigned URLs.
Toolss3
Block Preview
S3
View S3 files
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the s3 block with monitoring enabled in production.
Inputs (UI)
Access Key ID
short-inputPlaceholder: Enter your AWS Access Key ID
Layout: full
Secret Access Key
short-inputPlaceholder: Enter your AWS Secret Access Key
Layout: full
S3 Object URL
short-inputPlaceholder: e.g., https://bucket-name.s3.region.amazonaws.com/path/to/file
Layout: full
Inputs (API)
accessKeyId
stringRequired
secretAccessKey
stringRequired
s3Uri
stringRequired
Outputs
Primary response type:
{
"url": "string",
"metadata": "json"
}Tool Access
s3_get_object