AWS S3Available NowStorage

AWS S3

Scalable object storage for any workload

Store and retrieve files, backups, and data assets through AWS S3 — credentials never touch your agent code.

Features

Object storage & retrieval
Pre-signed URLs
Lifecycle policies
Cross-region replication
Event notifications

Integration Example

Use AWS S3 through Keystore with zero code changes. Keys are resolved from the vault and injected at request time.

s3-example.ts
1
2
3
4
5
6
7
8
9
10
11
import Keystore from "@keystore/sdk";

const ks = new Keystore({ agentToken: process.env.KS_TOKEN! });
ks.interceptAll();

// S3 requests are automatically intercepted
const res = await fetch(
  "https://s3.amazonaws.com/my-bucket/file.json"
);
const data = await res.json();
console.log(data);

Use Cases

File upload/download agents
Backup automation
Data pipeline storage
Static asset management

Ready to use AWS S3?

Get started in minutes. Your credentials are encrypted and never exposed to your agent code.

Get Started