eavz
Amazon S3

Amazon S3

Scalable storage in the cloud

7 actions
1 trigger

Actions

Name
upload-file

Upload an File to S3

read-file

Read a file from S3 to use it in other steps

generate-signed-url

Generate a signed URL for a file in a s3 bucket

moveFile

Move a File to Another Folder

deleteFile

Deletes an existing file.

list-files

List all files from an S3 bucket folder/prefix.

decrypt-pgp-file

Decrypt a PGP encrypted file from S3 using a private key stored in AWS Secrets Manager

Triggers

Name
new_file

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

TypeScript
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.