sealos-s3

Provision Sealos S3-compatible object storage with bucket and credential setup.

69|18|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/labring/sealos-skills --skill sealos-s3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sealos-s3
Source: https://github.com/labring/sealos-skills/tree/main/skills/sealos-s3
Command: npx skills add https://github.com/labring/sealos-skills --skill sealos-s3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Provision Sealos S3-compatible object storage for your project, enabling seamless integration of uploads, assets, backups, presigned URLs, bucket policy management, and credentials, while replacing local MinIO in development and Devbox workflows.

Core Features & Use Cases

  • Provision or reuse an S3-like bucket in Sealos, wire credentials securely, and map only the necessary env vars for the app.
  • Verify upload/download or presigned URL paths in the target project across local development and Sealos Cloud deployments.
  • Use cases include enabling uploads, static asset hosting, backups, and temporary sharing in a CI/CD or dev environment.

Quick Start

Install and run the Sealos S3 workflow to attach or create an S3-compatible bucket for your project.

Frequently Asked Questions about sealos-s3

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

FAQPage Schema
What's the best way to manage bucket policies and credentials for CI/CD environments?

The best way to manage bucket policies and credentials in CI/CD environments is using the sealos-cli s3 operations to provision storage, map environment variables, and verify access paths automatically.

How do I provision S3-compatible object storage for my application in Sealos?

To provision S3-compatible object storage in Sealos, use the sealos-cli s3 commands to create or reuse a bucket, securely wire credentials, and map the necessary environment variables for your application.

Can I replace local MinIO with Sealos object storage during development?

Yes, you can replace local MinIO with Sealos object storage during development and Devbox workflows, enabling seamless integration of uploads, static assets, and backups without maintaining a local instance.

How do I verify presigned URL paths for object storage in my project?

You can verify presigned URL paths for object storage by running the provisioning workflow, which validates upload, download, and temporary sharing paths across both local development and Sealos Cloud deployments.

Does the Sealos S3 workflow handle secret credentials safely?

Yes, the workflow enforces safe handling of secrets by provisioning credentials securely and returning only non-sensitive results, ensuring sensitive data is not exposed when embedding outputs into tooling.

What's the best way to manage bucket policies and credentials for CI/CD environments?

The best way to manage bucket policies and credentials in CI/CD environments is using the sealos-cli s3 operations to provision storage, map environment variables, and verify access paths automatically.