tabs to spaces

Change-Id: Ie3d3af87df8f72792abf345c0d4dcfe2be1f4141
This commit is contained in:
John Dickinson 2014-02-23 10:22:34 -08:00
parent 3b1cd75e20
commit beaa2b8744

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