Statistics
| Branch: | Tag: | Revision:

root / tools / README @ c4af6d07

History | View | Annotate | Download (734 Bytes)

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