Tools
| Name | Description |
|---|---|
upload-fileUpload a file to S3 | Upload a file to S3 |
read-fileRead a file from S3 to use it in other steps | Read a file from S3 to use it in other steps |
generate-signed-urlGenerate a signed URL for a file in an S3 bucket | Generate a signed URL for a file in an S3 bucket |
generate-signed-upload-urlGenerate a pre-signed URL that allows direct upload to S3. | Generate a pre-signed URL that allows direct upload to S3. |
moveFileMove a file to another folder | Move a file to another folder |
deleteFileDeletes an existing file. | Deletes an existing file. |
list-filesList all files from an S3 bucket folder/prefix. | List all files from an S3 bucket folder/prefix. |
decrypt-pgp-fileDecrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager | Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager |
Triggers
| Name | Description |
|---|---|
new_fileTriggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files. | Triggers when you add or update a file in your bucket. The bucket/folder you choose must not contain more than 10,000 files. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('amazon-s3', 'upload-file', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'amazon-s3',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Amazon S3 to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Amazon S3 support?
Amazon S3 supports 8 tools including Upload File, Read File, Generate signed URL, Generate Signed Upload URL, Move File, and more.
Can I use Amazon S3 with AI agents?
Yes. Add Amazon S3 to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Amazon S3 be used in stateful agent workflows?
Yes. Agents can combine Amazon S3 tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Amazon S3 use?
Amazon S3 uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Amazon S3 integration cost?
The Amazon S3 integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Amazon S3 support?
Amazon S3 supports 1 triggers including New or Updated File.
Connect Amazon S3 in minutes
Get 20,000 free action executions every month. No credit card required.