i-harbor / mount_client_python

通过HTTP API挂载存储桶到本地目录(python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mount_client_python

introduction

基于obs.cstcloud.cn里提供的api接口实现的Linux系统下云盘挂载

mkdir ./mnt  (创建一个空文件夹用于挂载)<br>
python bucketfuse.py mount bucket_name token  (运行脚本进行挂载)<br>

需要的库

fusepy: https://github.com/terencehonles/fusepy
requests: pip install requests
progressbar: pip install requests

About

通过HTTP API挂载存储桶到本地目录(python)


Languages

Language:Python 100.0%