eavz
AWS S3

AWS S3

Amazon Simple Storage Service for scalable cloud object storage

5 actions

Actions

Name
list_objects

List objects in the S3 bucket using ListObjectsV2

get_object

Download an object from the S3 bucket and return its content

put_object

Upload a text or JSON object to the S3 bucket

delete_object

Delete an object from the S3 bucket

head_object

Get metadata of an object without downloading its content

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'aws-s3',
  actionName: 'list_objects',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect AWS 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 AWS S3 support?

AWS S3 supports 5 actions including List Objects, Get Object, Put Object, Delete Object, Head Object.

Can I use AWS S3 with AI agents?

Yes. Add AWS 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 AWS S3 use?

AWS S3 uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the AWS S3 integration cost?

The AWS S3 integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

Connect AWS S3 in 2 minutes

Get 1,000 free actions every month. No credit card required.