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.

StoragePaidAPI keystoragefilesawscloudobjectsbuckets

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

Get ObjectDownload an object from S3

Inputs: key, bucket, versionId

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

Put ObjectUpload an object to S3

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

Returns: key, url, etag, versionId

Delete ObjectDelete an object from S3

Inputs: key, bucket, versionId

Returns: success

List ObjectsList objects in a bucket with optional prefix filtering

Inputs: bucket, prefix, maxKeys, delimiter

Returns: objects, prefixes, count, isTruncated

Copy ObjectCopy an object within S3 or between buckets

Inputs: sourceKey, destinationKey, sourceBucket, destinationBucket

Returns: key, etag

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

Inputs: key, bucket, expiresIn, operation

Returns: url, expiresAt

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

Inputs: key, bucket

Returns: exists, size, lastModified

Example 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

About AWS S3

Vendor
Amazon Web Services
Pricing Always review details with the vendor
PaidS3 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

Build an AI workflow with AWS S3

Use the Agentic Planner to design, visualize, and connect AWS S3 with your other tools.

Open Agentic Planner

Related Storage tools

AWS S3 AI Agent Integration | Fugentic