s3-storage

Installation
SKILL.md

S3 Storage

File operations on S3-compatible storage (AWS S3, Cloudflare R2, MinIO).

Environment Variables

  • AWS_ACCESS_KEY_ID - Access key
  • AWS_SECRET_ACCESS_KEY - Secret key
  • AWS_DEFAULT_REGION - Region (default: us-east-1)
  • S3_ENDPOINT - Custom endpoint for R2/MinIO (optional)
  • S3_BUCKET - Default bucket name

Setup

pip3 install boto3 2>/dev/null

List objects

Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026