mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 13:31:26 -07:00
updated user manuals
This commit is contained in:
committed by
Christian Visintin
parent
697ab225ea
commit
8d9e7443ec
@@ -137,7 +137,7 @@ termscp 是一个功能丰富的终端文件传输和浏览器,支持 SCP/SFTP
|
||||
- **SFTP**
|
||||
- **SCP**
|
||||
- **FTP** and **FTPS**
|
||||
- **Aws S3**
|
||||
- **S3**
|
||||
- 🖥 使用方便的 UI 在远程和本地机器文件系统上探索和操作
|
||||
- 创建、删除、重命名、搜索、查看和编辑文件
|
||||
- ⭐ 通过内置书签和最近的连接连接到您最喜欢的主机
|
||||
|
||||
+23
-2
@@ -5,7 +5,8 @@
|
||||
- [地址参数](#地址参数)
|
||||
- [AWS S3 地址参数](#aws-s3-地址参数)
|
||||
- [如何输入密码](#如何输入密码)
|
||||
- [Aws S3 凭证](#aws-s3-凭证)
|
||||
- [S3 连接参数](#s3-连接参数)
|
||||
- [Aws S3 凭证](#aws-s3-凭证)
|
||||
- [文件浏览](#文件浏览)
|
||||
- [快捷键](#快捷键)
|
||||
- [处理多个文件](#处理多个文件)
|
||||
@@ -105,7 +106,27 @@ s3://buckethead@eu-central-1:default:/assets
|
||||
|
||||
---
|
||||
|
||||
## Aws S3 凭证
|
||||
## S3 连接参数
|
||||
|
||||
这些参数是连接到 aws s3 和其他 s3 兼容服务器所必需的:
|
||||
|
||||
- AWS S3:
|
||||
- **bucket name**
|
||||
- **region**
|
||||
- *profile* (如果未提供:“default”)
|
||||
- *access key* (除非公开)
|
||||
- *secret access key* (除非公开)
|
||||
- *security token* (如果需要的话)
|
||||
- *session token* (如果需要的话)
|
||||
- new path style: **NO**
|
||||
- 其他 S3 端点:
|
||||
- **bucket name**
|
||||
- **endpoint**
|
||||
- *access key* (如果需要的话)
|
||||
- *secret access key* (如果需要的话)
|
||||
- new path style: **YES**
|
||||
|
||||
### Aws S3 凭证
|
||||
|
||||
为了连接到 Aws S3 存储桶,您显然必须提供一些凭据。
|
||||
因此,您可以通过以下方式为 s3 提供凭据:
|
||||
|
||||
Reference in New Issue
Block a user