Merge "tabs to spaces"

This commit is contained in:
Jenkins 2014-02-23 21:43:22 +00:00 committed by Gerrit Code Review
commit 15074f6d2f

View File

@ -74,21 +74,21 @@ Access Level Description
============ ============================================================== ============ ==============================================================
read-only These identities can read *everything* (except privileged read-only These identities can read *everything* (except privileged
headers) in the account. Specifically, a user with read-only headers) in the account. Specifically, a user with read-only
account access can get a list of containers in the account, account access can get a list of containers in the account,
list the contents of any container, retrieve any object, and list the contents of any container, retrieve any object, and
see the (non-privileged) headers of the account, any see the (non-privileged) headers of the account, any
container, or any object. container, or any object.
read-write These identities can read or write (or create) any container. read-write These identities can read or write (or create) any container.
A user with read-write account access can create new A user with read-write account access can create new
containers, set any unprivileged container headers, overwrite containers, set any unprivileged container headers, overwrite
objects, delete containers, etc. A read-write user can NOT objects, delete containers, etc. A read-write user can NOT
set account headers (or perform any PUT/POST/DELETE requests set account headers (or perform any PUT/POST/DELETE requests
on the account). on the account).
admin These identities have "swift_owner" privileges. A user with admin These identities have "swift_owner" privileges. A user with
admin account access can do anything the account owner can, admin account access can do anything the account owner can,
including setting account headers and any privileged headers including setting account headers and any privileged headers
-- and thus granting read-only, read-write, or admin access -- and thus granting read-only, read-write, or admin access
to other users. to other users.
============ ============================================================== ============ ==============================================================