Contents
hide
介绍
- 参考 [新服务]docker goapi + storj.io免费50G容量S3+fly.io自建类似Firefox Send 快传服务
- 主要介绍都在这 https://docs.storj.io/dcs/how-tos/sync-files-with-rclone/rclone-with-hosted-gateway
实现
原文当中的指导有一步是错的 endpoint 要改成对应region的endpoint https://gateway.ap1.storjshare.io
测试
或者rclone cmount上来
/usr/local/bin/rclone cmount storj_ap1: ~/qh/storj_ap1 --copy-links --no-gzip-encoding \ --no-check-certificate --allow-other --umask 000 \ --vfs-cache-mode writes \ --vfs-read-chunk-size 8M \ --vfs-read-ahead 128M \ --max-read-ahead 512M \ --daemon-timeout 30m \ --log-level DEBUG --log-file ~/tmp/log/rclone.log \ --daemon