GrayXu / Swiftclient-Flask

Webpage client for Openstack Swift built by Flask (华中科技大学物联网存储实验OSS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swiftclient-Flask

Star me if you can(华中科技大学 物联网存储实验2019春)

Intro

An Openstack Swift's client built on flask.

Funcion

  • CURD
  • Get temporary downlaod URL by your key.

how to use

python3 my.py

Dependence

Server

Openstack-swift
how to install by docker? view docker info&doc here

Client

python-swiftclient: provide swift's high level python api. view doc here
install by pip: pip install python-swiftclient

Todo List

  • upload&download big files by multi-threads
  • operation on container level
  • file list filter
  • directory support
  • resume from break-point

About

Webpage client for Openstack Swift built by Flask (华中科技大学物联网存储实验OSS)

License:MIT License


Languages

Language:Python 51.3%Language:HTML 48.7%