本文介绍如 Seafile Server 如何对接 COS 对象存储服务
1. Saefile 简介Seafile 是一套强大优秀的云盘/云同步软件和解决方案,有免费开源版和收费企业版。
企业版支持对接对象存储作为后端。
2. 购买并安装好 Seafile Server 企业版https://cloud.seafile.com/published/seafile-manual-cn/deploy_pro/download_and_setup_seafile_professional_server.md
3. 配置 backend 绑定 COS 存储桶参考文档:https://cloud.seafile.com/published/seafile-manual-cn/deploy_pro/setup_with_amazon_s3.md
修改 seafile.conf,补充 s3 兼容的后端存储,按照以下例子配置为指定的 COS 存储桶,即可使用 Seafile 对接 COS。
[commit_object_backend] name = s3 bucket = examplebucket-1250000000 key_id = <SecretId> key = <SecretKey> host = cos.ap-guangzhou.myqcloud.com path_style_request = true memcached_options = --SERVER=localhost --POOL-MIN=10 --POOL-MAX=100 [fs_object_backend] name = s3 bucket = examplebucket-1250000000 key_id = <SecretId> key = <SecretKey> host = cos.ap-guangzhou.myqcloud.com path_style_request = true memcached_options = --SERVER=localhost --POOL-MIN=10 --POOL-MAX=100 [block_backend] name = s3 bucket = examplebucket-1250000000 key_id = <SecretId> key = <SecretKey> host = cos.ap-guangzhou.myqcloud.com path_style_request = true memcached_options = --SERVER=localhost --POOL-MIN=10 --POOL-MAX=1004. 使用 Seafile 的多端软件
接下来就可以畅快的使用 Seafile 多端软件了。
https://www.seafile.com/download/
---来自腾讯云社区的---Jinqn
微信扫一扫打赏
支付宝扫一扫打赏