Statistics
| Branch: | Tag: | Revision:

root / pithos / api / faults.py @ af7bb62f

History | View | Annotate | Download (2.4 kB)

# Date Author Comment
08de868d 01/20/2012 08:04 pm Antony Chazapis

Print exception traceback only when it is an "Internal Server Error" and in debug or test mode.

Fixes #1888

2e662088 01/19/2012 07:41 pm Antony Chazapis

Change license year.

Fixes #1889

6d0f82fe 10/11/2011 04:15 pm Antony Chazapis

Report remaining bytes. Enforce account quota when setting container limits.

Refs #1165

14983b5d 09/29/2011 12:10 pm Antony Chazapis

Fix 403 error name.

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

82f14ef7 05/04/2011 04:34 pm Antony Chazapis

Make sure unicode strings work for container and object names, as well as metadata (keys and values).

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.