Update account quota doc
A note was added stating that the same limitations apply to account quotas as for container quotas. An example on uploads without a content-length headers was added. Related-Bug: 1267659 Change-Id: Ic29b527cb71bf5903c2823844a1cf685ab6813dd
This commit is contained in:
parent
cb59895b7c
commit
47fcc5fca2
@ -43,6 +43,13 @@ Remove the quota::
|
||||
swift -A http://127.0.0.1:8080/auth/v1.0 -U account:reseller -K secret \
|
||||
post -m quota-bytes:
|
||||
|
||||
The same limitations apply for the account quotas as for the container quotas.
|
||||
|
||||
For example, when uploading an object without a content-length header the proxy
|
||||
server doesn't know the final size of the currently uploaded object and the
|
||||
upload will be allowed if the current account size is within the quota.
|
||||
Due to the eventual consistency further uploads might be possible until the
|
||||
account size has been updated.
|
||||
"""
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user