adding source docs

This commit is contained in:
David Goetz 2010-10-13 08:43:37 -07:00
parent 2615fd8fb9
commit f7c7120798
2 changed files with 8 additions and 0 deletions

View File

@ -106,3 +106,10 @@ MemCacheD
.. automodule:: swift.common.memcached
:members:
:show-inheritance:
Rate Limiting
=============
.. automodule:: swift.common.middleware.ratelimit
:members:
:show-inheritance:

View File

@ -158,6 +158,7 @@ class RateLimitMiddleware(object):
'''
Performs rate limiting and account white/black listing. Sleeps
if necessary.
:param account_name: account name from path
:param container_name: container name from path
:param obj_name: object name from path