add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,13 @@
# aws s3 网站
> 为一个桶设置网站配置。
> 另见:`aws s3`。
> 更多信息:<https://docs.aws.amazon.com/cli/latest/reference/s3/website.html>。
- 将桶配置为静态网站:
`aws s3 website {{s3://桶名称}} --index-document {{index.html}}`
- 为网站配置错误页面:
`aws s3 website {{s3://桶名称}} --index-document {{index.html}} --error-document {{error.html}}`