安裝python第三方庫boto easy_install boto 進入seafile配置文件.conf添加下麵內容 [commit_object_backend] name = s3 bucket 的名字只能使用小寫字母,數字,點號,短劃線 bucket = my.commit objects ...
安裝python第三方庫boto
easy_install boto
進入seafile配置文件.conf添加下麵內容
[commit_object_backend]
name = s3
bucket 的名字只能使用小寫字母,數字,點號,短劃線
bucket = my.commit-objects
key_id = your-key-id
key = your-secret-key
memcached_options = --SERVER=localhost --POOL-MIN=10 --POOL-MAX=100
[fs_object_backend]
name = s3
bucket 的名字只能使用小寫字母,數字,點號,短劃線
bucket = my.fs-objects
key_id = your-key-id
key = your-secret-key
memcached_options = --SERVER=localhost --POOL-MIN=10 --POOL-MAX=100
[block_backend]
name = s3
bucket 的名字只能使用小寫字母,數字,點號,短劃線
bucket = my.block-objects
key_id = your-key-id
key = your-secret-key
memcached_options = --SERVER=localhost --POOL-MIN=10 --POOL-MAX=100