AWS S3
by Amazon Web Services
Connect agents to Amazon S3 for storing, retrieving, and managing files and objects at any scale.
Sådan bruger agenter 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
Agenthandlinger
Input: key, bucket, versionId
Returnerer: content, contentBase64, contentType, size, lastModified, metadata
Input: key, content, bucket, contentType, metadata, acl
Returnerer: key, url, etag, versionId
Input: key, bucket, versionId
Returnerer: success
Input: bucket, prefix, maxKeys, delimiter
Returnerer: objects, prefixes, count, isTruncated
Input: sourceKey, destinationKey, sourceBucket, destinationBucket
Returnerer: key, etag
Input: key, bucket, expiresIn, operation
Returnerer: url, expiresAt
Input: key, bucket
Returnerer: exists, size, lastModified
Eksempel på 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
Om AWS S3
- Leverandør
- Amazon Web Services
- Pris Tjek altid detaljer med udbyderen
- Betalt — 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.
- Godkendelse
- API-nøgle
- Hastighedsgrænse Tjek altid detaljer med udbyderen
- 3500 anmodninger / minut
- Kompatible noder
- AgentResourceInputOutput
- Hjemmeside
- https://aws.amazon.com/s3
Byg et AI-workflow med AWS S3
Brug Agentic Planner til at designe, visualisere og forbinde AWS S3 med dine andre værktøjer.
Åbn Agentic PlannerRelaterede Lagring-værktøjer
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.