项目作者: RaLazo

项目描述 :
RadosGW - Connector Dieses Programm baut eine Verbindung zu einem RadosGW eines Ceph - Clusters auf. Wenn diese Verbindung steht kann man z.B.: Buckets erstellen,auflisten, . . .
高级语言: HTML
项目地址: git://github.com/RaLazo/RadosGW.git
创建时间: 2017-12-22T13:29:47Z
项目社区:https://github.com/RaLazo/RadosGW

开源协议:GNU General Public License v3.0

下载




RadosGW - Connector

Dieses Programm baut eine Verbindung zu einem RadosGW eines Ceph - Clusters
auf. Wenn diese Verbindung steht kann man z.B.: Buckets erstellen,auflisten, . . .

Inhaltsverzeichnis

Erster_Schritt

Zuerst muss man die boto & FileChunkIO libary für python heruntergeladen werden.
(Falls man python3 noch nicht installiert ist bitte nachholen!!!).

  1. pip install boto
  2. pip install FileChunkIO

Vorbereitung

Bevor Sie das Programm in verwendung nehmen können müssen Sie
die Userdaten im File UserData.txt eintragen:



Verwendung

Die Datei radosgwc.py muss mit dem Pythoninterpreter ausgeführt werden:

  1. python radosgwc.py

Alle Option erhält man mit ‘h’ => help

  1. RadosGW - Connector
  2. >>> h
  3. Bucket Functions:
  4. - l, list your buckets
  5. - rm, delete a bucket
  6. - c, create a bucket
  7. - cd, get into a bucket
  8. - bn, set a fix bucket name
  9. Object Functions:
  10. (This Functions can only be used if you are in a bucket!)
  11. - lo, list objects
  12. - mo, make an object
  13. - do, delete an object
  14. - u, upload to bucket
  15. - d, download from bucket
  16. - eb, get out of a bucket
  17. - pl, make a publiclink
  18. -rights, set the rights for a object
  19. Others:
  20. - h, help
  21. - space, make some space
  22. - showd, shows data of the user
  23. - showl, shows your link logfile
  24. - downpath, set Downloadpath
  25. - e, exit
  26. >>>

RadosGW-Connector-GUI

Ist eine Grafischebenutzeroberfläche um Buckets & Objekte zu verwalten. Näheres dazu im Wiki.

Sie sieht wie folgt aus:



RadosGW-Connector-Webinterface

Ist eine Weboberfläche über die man leicht Buckets verwalten kann, diese befindet
sich derzeit auch nochh in Arbeit