AWS S3
by Amazon Web Services
Connect agents to Amazon S3 for storing, retrieving, and managing files and objects at any scale.
How agents use AWS S3
- ✓Store agent-generated reports, documents, and data exports
- ✓Read input files for processing (CSV, JSON, PDF) from S3
- ✓Generate presigned URLs for secure time-limited file sharing
- ✓Archive agent outputs for compliance and auditing
- ✓Serve as a data lake for feeding information back into agent workflows
Agent actions
Inputs: key, bucket, versionId
Returns: content, contentBase64, contentType, size, lastModified, metadata
Inputs: key, content, bucket, contentType, metadata, acl
Returns: key, url, etag, versionId
Inputs: key, bucket, versionId
Returns: success
Inputs: bucket, prefix, maxKeys, delimiter
Returns: objects, prefixes, count, isTruncated
Inputs: sourceKey, destinationKey, sourceBucket, destinationBucket
Returns: key, etag
Inputs: key, bucket, expiresIn, operation
Returns: url, expiresAt
Inputs: key, bucket
Returns: exists, size, lastModified
Example workflows
Report generation
Agent generates a report and uploads it to S3, then returns a presigned URL for sharing
Document processing pipeline
List files in S3, process each with an agent, and write results back
About AWS S3
- Vendor
- Amazon Web Services
- Pricing Always review details with the vendor
- Paid — S3 pricing: ~$0.023/GB/month storage, $0.0004 per 1K PUT requests, $0.0004 per 10K GET requests. Free tier: 5GB, 20K GETs, 2K PUTs/month for 12 months.
- Authentication
- API key
- Rate limit Always review details with the vendor
- 3500 requests / minute
- Compatible nodes
- AgentResourceInputOutput
- Website
- https://aws.amazon.com/s3
Build an AI workflow with AWS S3
Use the Agentic Planner to design, visualize, and connect AWS S3 with your other tools.
Open Agentic PlannerRelated Storage tools
Google Drive
Upload, download, search, and organise files and folders in Google Drive. Export Google Docs/Sheets/Slides, manage sharing permissions, and use Drive as a file store for agent workflows.
Dropbox
Upload and download files, create folders, search content, move and delete files, generate shared links, and manage Dropbox storage from agent workflows.
Azure Blob Storage
Connect agents to Azure Blob Storage to upload, download, list, and manage blobs and containers.