s3
仓库创建 2019年5月19日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
适合文件存储、备份与静态网站托管的自动化场景。
▸ 风险提示
需要 AWS 凭证与权限,误配置可能导致数据泄露或额外费用。
这个 Skill 做什么
管理 AWS S3 存储桶、对象、权限与生命周期策略。
把 AWS S3 的桶、对象、权限和生命周期策略用通俗方式整理好,告诉你怎么建桶、上传文件、设生命周期、做静态网站和跨区复制。用在要搭备份、数据湖、静态站点或调整访问控制时最合适。特别之处是把安全(权限)、成本和合规场景的最佳实践一并说明,方便直接执行。
▸ 展开 SKILL.md 英文原文
AWS S3 object storage for bucket management, object operations, and access control. Use when creating buckets, uploading files, configuring lifecycle policies, setting up static websites, managing permissions, or implementing cross-region replication.
1.1k
Stars
443
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/s3/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/s3/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AWS S3 Amazon Simple Storage Service (S3) provides scalable object storage with industry-leading durability (99.999999999%). S3 is fundamental to AWS—used for data lakes, backups, static websites, and as storage for many other AWS services. ## Table of Contents - [Core Concepts](#core-concepts) - [Common Patterns](#common-patterns) - [CLI Reference](#cli-reference) - [Best Practices](#best-practices) - [Troubleshooting](#troubleshooting) - [References](#references) ## Core Concepts ### Buckets Containers for objects. Bucket names are globally unique across all AWS accounts. ### Objects Files stored in S3, consisting of data, metadata, and a unique key (path). Maximum size: 5 TB. #
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有