Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions pages/guide/drivers/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,39 @@ Add filename to Content-Disposition header.
添加filename到Content-Disposition头中。
:::

## Enable direct upload { lang="en" }

## 启用前端直传 { lang="zh-CN" }

::: en
Enable direct front-end upload to S3.
:::
::: zh-CN
启用前端直传。
:::

## Direct upload host { lang="en" }

## 直传主机 { lang="zh-CN" }

::: en
The host for direct upload.
:::
::: zh-CN
直传主机地址。
:::

## User agent { lang="en" }

## 自定义 User-Agent { lang="zh-CN" }

::: en
Custom User-Agent for S3 requests. Leave empty to use the default generated by AWS SDK for Go (e.g. `aws-sdk-go/1.55.8 (go1.xx.x; <os>; <arch>)`).
:::
::: zh-CN
自定义 S3 请求的 User-Agent。留空默认为 AWS SDK for Go 自动生成(如:`aws-sdk-go/1.55.8 (go1.xx.x; <os>; <arch>)`)。
:::

## Add object storage examples and official documents { lang="en" }

## 添加对象存储示例及官方文档 { lang="zh-CN" }
Expand Down