Revision dfb1fafa snf-pithos-tools/README

b/snf-pithos-tools/README
1
README
2
======
1 3

  
4
Pithos is a file storage service, built by GRNET using Django (https://www.djangoproject.com/).
5
Learn more about Pithos at: http://code.grnet.gr/projects/pithos
6

  
7
Consult COPYRIGHT for licensing information.
8

  
9
About Pithos tools
10
------------------
11

  
12
This packange contains the following utilities:
13

  
14
==============  =============================
15
pithos-sh       Pithos shell
16
pithos-sync     Pithos synchronization client
17
pithos-fs       Pithos FUSE implementation
18
pithos-test     Pithos server tests
19
==============  =============================
20

  
21
Also, installs the pithos.tools.lib, which contains a python library that can be used to access Pithos and manage stored objects. All tools use the included lib.
22

  
23
Connection options can be set via environmental variables:
24

  
25
======================  =========================================================
26
PITHOS_USER             Login user
27
PITHOS_TOKEN            Login token
28
PITHOS_URL              Pithos server (default: \https://plus.pithos.grnet.gr/v1)
29
PITHOS_SYNC_CONTAINER   Container to sync with (default: pithos)
30
======================  =========================================================

Also available in: Unified diff