Statistics
| Branch: | Tag: | Revision:

root / pithos / backends / __init__.py @ c4af6d07

History | View | Annotate | Download (2.2 kB)

# Date Author Comment
e9363f82 11/15/2011 11:01 am Antony Chazapis

Clean up backend initialization options.

Refs #1510

8c793655 11/15/2011 09:26 am Antony Chazapis

Move MySQL warnings suppression to backend.

b2832c6a 10/13/2011 06:32 pm Antony Chazapis

Add account policy. Set default policy from settings. Must change settings.py.

Refs #1165
Refs #1167

d35050af 10/04/2011 10:08 am Antony Chazapis

Remove simple backend.

Fixes #1333

39593b2b 09/16/2011 05:25 pm Giorgos Verigakis

Use one backend instance per HTTP request

2c5363a0 09/09/2011 01:50 pm Antony Chazapis

Make modular backend load modules dynamically.

937dc831 09/06/2011 02:52 pm Antony Chazapis

Integrate AlchemyBackend.

0f9d752c 07/28/2011 03:23 pm Antony Chazapis

Modular backend alpha release.

b230052d 07/28/2011 11:28 am Antony Chazapis

Do not load modular backend.

a9b3f29d 07/27/2011 04:26 pm Antony Chazapis

Start of modular backend (not working yet).

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....

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.