adding source docs
This commit is contained in:
parent
2615fd8fb9
commit
f7c7120798
@ -106,3 +106,10 @@ MemCacheD
|
||||
.. automodule:: swift.common.memcached
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
||||
Rate Limiting
|
||||
=============
|
||||
|
||||
.. automodule:: swift.common.middleware.ratelimit
|
||||
:members:
|
||||
:show-inheritance:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user