Actions
| Name | Description |
|---|---|
upload-fileUpload an File to S3 | Upload an 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 a s3 bucket | Generate a signed URL for a file in a s3 bucket |
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({
integrationName: 'amazon-s3',
actionName: 'upload-file',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Amazon S3 support?
Amazon S3 supports 7 actions including Upload File, Read File, Generate signed URL, Move File, Delete File, and more.
Can I use Amazon S3 with AI agents?
Yes. Add Amazon S3 to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Amazon S3 use?
Amazon S3 uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Amazon S3 integration cost?
The Amazon S3 integration is included on all Weavz plans including the free tier with 1,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 2 minutes
Get 1,000 free actions every month. No credit card required.