AWS S3
Amazon Simple Storage Service for scalable cloud object storage
Actions
| Name | Description |
|---|---|
list_objectsList objects in the S3 bucket using ListObjectsV2 | List objects in the S3 bucket using ListObjectsV2 |
get_objectDownload an object from the S3 bucket and return its content | Download an object from the S3 bucket and return its content |
put_objectUpload a text or JSON object to the S3 bucket | Upload a text or JSON object to the S3 bucket |
delete_objectDelete an object from the S3 bucket | Delete an object from the S3 bucket |
head_objectGet metadata of an object without downloading its content | Get metadata of an object without downloading its content |
Quick Start
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.