Statistics
| Branch: | Tag: | Revision:

root / pithos / settings.py.dist @ 6749c3bd

History | View | Annotate | Download (5.6 kB)

# Date Author Comment
aa4fac11 06/23/2011 05:50 pm Giorgos Verigakis

Add a dummy authentication middleware

The username - token mapping is stored statically in settings.py

You will need to update your settings.py after this commit.

f7b1d2af 06/09/2011 04:03 pm Antony Chazapis

Support public files.

Use 'X-Object-Public' to mark files as public. Then they can be accessed via the /public URL without authentication.

Refs #595

b28d49fe 05/27/2011 07:50 pm Antony Chazapis

Change database placement/naming defaults.

5635f9ef 05/27/2011 05:20 pm Antony Chazapis

Add license.

Fixes #577

b956618e 05/17/2011 06:41 pm Antony Chazapis

Implement basic functionality plus some extras

The API is based on the Apr. 15, 2011 release of the OpenStack Object Storage API v1.
The implementation is broken up into two layers - frontend (API) and backend (data and metadata handling).
The API is documented in the wiki. The following list is copied here for reference....

49ae4a55 05/06/2011 12:21 pm Antony Chazapis

Update default settings. Minor changes.

01db85e7 05/03/2011 12:55 am Antony Chazapis

Allow for account/container metadata.

08184449 04/28/2011 06:50 pm Antony Chazapis

Removed models from API.

4adb68b8 04/28/2011 05:53 pm Giorgos Verigakis

Move to a better file organization

The Django project is a python package and needs to have a
specific name. We nest it inside the repository so that the
name is under revision control.