Agentic Service Discovery

Resources

A

AWS S3

by Amazon Web Services

Connect agents to Amazon S3 for storing, retrieving, and managing files and objects at any scale.

LagringBetaltAPI-nøglestoragefilesawscloudobjectsbuckets

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

Get ObjectDownload an object from S3

Input: key, bucket, versionId

Returnerer: content, contentBase64, contentType, size, lastModified, metadata

Put ObjectUpload an object to S3

Input: key, content, bucket, contentType, metadata, acl

Returnerer: key, url, etag, versionId

Delete ObjectDelete an object from S3

Input: key, bucket, versionId

Returnerer: success

List ObjectsList objects in a bucket with optional prefix filtering

Input: bucket, prefix, maxKeys, delimiter

Returnerer: objects, prefixes, count, isTruncated

Copy ObjectCopy an object within S3 or between buckets

Input: sourceKey, destinationKey, sourceBucket, destinationBucket

Returnerer: key, etag

Generate Presigned URLGenerate a time-limited URL for secure access to a private object

Input: key, bucket, expiresIn, operation

Returnerer: url, expiresAt

Check Object ExistsCheck whether an object exists in S3 without downloading it

Input: key, bucket

Returnerer: exists, size, lastModified

Eksempel på workflows

1

Report generation

Agent generates a report and uploads it to S3, then returns a presigned URL for sharing

2

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
BetaltS3 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

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 Planner

Relaterede Lagring-værktøjer

AWS S3 AI Agent Integration | Fugentic