Disable long running test.
[pithos] / tools / README
1 README
2 ======
3
4 Pithos is a file storage service, built by GRNET.
5 Learn more about Pithos at: http://code.grnet.gr/projects/pithos
6
7 Here you will find the following tools:
8
9     pithos-sh       Pithos shell
10     pithos-sync     Pithos synchronization client
11     pithos-fs       Pithos FUSE implementation
12
13 Also, the lib folder contains a python library that can be
14 used to access Pithos and manage stored objects.
15 All tools use the included lib.
16
17 Connection options can be set via environmental variables:
18
19         PITHSO_USER                             Login user
20         PITHOS_AUTH                             Login token
21         PITHOS_SERVER                   Pithos server (default: plus.pithos.grnet.gr)
22         PITHOS_API                              Pithos server path (default: v1)
23         PITHOS_SYNC_CONTAINER   Container to sync with (default: pithos)