summaryrefslogtreecommitdiff
path: root/doc/source/overview_auth.rst
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2014-02-23 10:22:34 -0800
committerJohn Dickinson <me@not.mn>2014-02-23 10:22:34 -0800
commitbeaa2b8744841acac5af1a2171a358f58d7288be (patch)
tree03eed5727ee2d87ea36c9f0325ac491fda8c06a4 /doc/source/overview_auth.rst
parent3b1cd75e2097523e2482e9ca8309a5842cf26aaa (diff)
downloadswift-beaa2b8744841acac5af1a2171a358f58d7288be.tar.gz
tabs to spaces
Change-Id: Ie3d3af87df8f72792abf345c0d4dcfe2be1f4141
Diffstat (limited to 'doc/source/overview_auth.rst')
-rw-r--r--doc/source/overview_auth.rst22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/source/overview_auth.rst b/doc/source/overview_auth.rst
index fa850b872..eca750037 100644
--- a/doc/source/overview_auth.rst
+++ b/doc/source/overview_auth.rst
@@ -74,21 +74,21 @@ Access Level Description
============ ==============================================================
read-only These identities can read *everything* (except privileged
headers) in the account. Specifically, a user with read-only
- account access can get a list of containers in the account,
- list the contents of any container, retrieve any object, and
- see the (non-privileged) headers of the account, any
- container, or any object.
+ account access can get a list of containers in the account,
+ list the contents of any container, retrieve any object, and
+ see the (non-privileged) headers of the account, any
+ container, or any object.
read-write These identities can read or write (or create) any container.
A user with read-write account access can create new
- containers, set any unprivileged container headers, overwrite
- objects, delete containers, etc. A read-write user can NOT
- set account headers (or perform any PUT/POST/DELETE requests
- on the account).
+ containers, set any unprivileged container headers, overwrite
+ objects, delete containers, etc. A read-write user can NOT
+ set account headers (or perform any PUT/POST/DELETE requests
+ on the account).
admin These identities have "swift_owner" privileges. A user with
admin account access can do anything the account owner can,
- including setting account headers and any privileged headers
- -- and thus granting read-only, read-write, or admin access
- to other users.
+ including setting account headers and any privileged headers
+ -- and thus granting read-only, read-write, or admin access
+ to other users.
============ ==============================================================