Bring your S3 client
AWS CLI, boto3, AWS SDK v3, rclone, and MinIO-style tools connect with path-style S3 and SigV4 credentials.
PIPE STORAGE · S3-COMPATIBLE
A durable object store for teams that want familiar S3 tooling, wallet-native billing, and content identities they can verify.
BUILT FOR REAL CLIENTS
AWS CLI, boto3, AWS SDK v3, rclone, and MinIO-style tools connect with path-style S3 and SigV4 credentials.
Sign in with your wallet, scope credentials to a bucket and prefix, and keep the secret visible only at creation time.
Prepaid USDC credit covers reads and writes. The dashboard shows available, reserved, spent, and recent usage in one place.
PREPAID STORAGE
Storage is prepaid in Circle USDC on Solana. Your wallet signs an exact x402 payment, the facilitator settles it, and the control plane turns the finalized transfer into usable credit.
Credit is granted only after finalized Solana confirmation. Retrying the same invoice cannot double-credit it.
CUSTOMER ACCOUNT
Sign a short, expiring message to see balances, usage, linked CLI identities, payment history, and S3 keys. This does not send a transaction or cost SOL.
S3 endpoint https://api.pipedev.network · path-style SigV4 · application-managed encryption
FIRST UPLOAD
Create a key above, export it locally, and use any standard client against the Pipe endpoint. The full reference—including multipart and streaming uploads—is in the docs.
export AWS_ACCESS_KEY_ID="..."
export AWS_SECRET_ACCESS_KEY="..."
aws --endpoint-url https://api.pipedev.network \
s3 cp ./hello.txt s3://my-bucket/hello.txtSee the complete quickstart