S3
This function is to map OpenList as the S3 protocol. You can use the S3 client, just as OpenList can be mapped to WebDAV.
- It can be the entire OpenList (root directory) or a separate folder
此功能是将 OpenList 映射为 S3 协议,可以使用 S3客户端 使用和查看,就像 OpenList 可以映射为 WebDAV 一样
- 可以是整个OpenList(根目录),也可以是单独某个文件夹
1. How to use
1. 使用方式
1.1 If it is for the first time, first open OpenList Manage to generate S3 access key id
and S3 secret access key
to save, then stop OpenList, open the configuration file to enable the S3
service
- If you update ID and secrets in the future, update and save, and then restart OpenList to take effect
1.1 如果是第一次使用,先打开OpenList后台生成一下 访问客户端ID
和 访问秘钥
保存,然后停止 OpenList,打开配置文件启用 S3
服务
- 如果你后续更新访问ID和秘钥,更新保存,再重启OpenList才可以生效

1.2 Open the Configuration File, change the enable
field totrue
to enable S3 service
1.2 打开 配置文件,将enable
字段改成true
启用S3服务
"s3": {
"enable": true,
"port": 5246,
"ssl": false
}
1.3 After the first two steps are completed, Start OpenList, open the Manage s3
configuration page, and choose to store a certain path as an object to store the barrel
- On the left is the name of the storage bucket displayed outside, and the right is the existing list directory path of OpenList. If you want to map the entire root directory, you can choose the
root
path in the list- There may be errors in manual filling. It is recommended to use the
Choose
button on the right side for selection
- There may be errors in manual filling. It is recommended to use the
1.3 前两步操作完成后启动 OpenList,继续进入后台S3
配置页面,选择自己想将某路径映射为对象存储存储桶
- 左侧是对外显示的存储桶名字,右侧是 OpenList 已有的列表目录路径,如果想将整个根目录全部映射出去可以可以选择列表中的
root
路径- 手动填写可能会出现错误,建议使用右侧
选择
按钮进行选择
- 手动填写可能会出现错误,建议使用右侧
2. Use instructions
2. 使用说明
- After mapping OpenList as S3 service, All download links are transferred to the local agent, whether it is 302 or open the Proxy URL link download
- Currently only supports the use of client operations
List
,get
,put
,del
, other operations are not supported yet - Currently only supports the use of the
S3 Client
to operate, Mount S3 to theOpenList Object Storage
temporarily unavailable
- 将OpenList映射为S3服务后, 所有下载链接均为本地代理进行中转,无论是否是302还是开启了代理URL链接下载
- 目前仅支持使用客户端
获取列表
、下载
、上传
、删除
操作,其它操作暂未支持 - 目前仅支持使用
S3客户端
来进行操作,挂载到OpenList对象存储暂时无法使用
3. S3 client recommendation/fill in sample
3. S3 客户端推荐/填写示例
3.1. S3 Browser
S3 Browser:https://s3browser.com

3.2. S3Drive
