aws-s3

Manage AWS S3 object storage for uploads, downloads, and presigned URLs.

6|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill aws-s3-repairyourtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-s3
Source: https://github.com/RepairYourTech/cfsa-antigravity/tree/main/.agent/skill-library/stack/storage/aws-s3
Command: npx skills add https://github.com/RepairYourTech/cfsa-antigravity --skill aws-s3-repairyourtech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @aws-sdk/client-s3, @aws-sdk/s3-request-presigner, @aws-sdk/lib-storage, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust and scalable solution for managing object storage in the cloud, enabling seamless file uploads, downloads, and secure access.

Core Features & Use Cases

  • File Storage: Store and retrieve any type of file at any scale.
  • Presigned URLs: Generate temporary, secure URLs for direct browser uploads and downloads.
  • CDN Integration: Serve content globally with low latency via CloudFront.
  • Use Case: Build a media upload feature for your web application where users can upload images directly to S3 using presigned URLs, and then serve those images efficiently through a CDN.

Quick Start

Use the aws-s3 skill to upload the file 'report.pdf' to the 'my-documents' bucket.

Frequently Asked Questions about aws-s3

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate presigned URLs for direct browser uploads to S3?

Yes, S3-compatible storage works with MinIO and Cloudflare R2. This Skill supports integration with these alternative object storage services, allowing you to manage files across different cloud storage platforms.

How do I handle multipart uploads for large files in AWS S3?

Use AWS S3 lifecycle rules to automate object management and transitions. This Skill implements lifecycle rules to automatically manage objects, reducing manual overhead for storage tier optimization or expiration.

Can I serve S3 content globally with low latency using CloudFront?

CloudFront integrates with S3 to serve content globally with low latency. This Skill facilitates CDN integration, enabling you to distribute and serve stored files efficiently to users worldwide.

Does this S3 object storage approach work with MinIO or Cloudflare R2?

Yes, S3-compatible storage works with MinIO and Cloudflare R2. This Skill supports integration with these alternative object storage services, allowing you to manage files across different cloud storage platforms.