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,16 @@
# aws s3 预签名
> 为 Amazon S3 对象生成预签名 URL。
> 更多信息:<https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/presign.html>。
- 为特定 S3 对象生成一个有效期为一小时的预签名 URL
`aws s3 presign s3://{{bucket_name}}/{{path/to/file}}`
- 生成一个有效期为特定时间的预签名 URL
`aws s3 presign s3://{{bucket_name}}/{{path/to/file}} --expires-in {{duration_in_seconds}}`
- 显示帮助:
`aws s3 presign help`