From: Aaron Schulz Date: Wed, 11 Jul 2012 05:07:10 +0000 (-0700) Subject: [FileBackend] More documentation fixes. X-Git-Tag: 1.31.0-rc.0~23072 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=0b253e163ea94dee82d0c1192346f5b4e78f7c4c;p=lhc%2Fweb%2Fwiklou.git [FileBackend] More documentation fixes. Change-Id: I0841e66018522df18ad06a0ac075eb0fbab16e40 --- diff --git a/includes/filerepo/backend/SwiftFileBackend.php b/includes/filerepo/backend/SwiftFileBackend.php index 4420c221a4..87cd810bc9 100644 --- a/includes/filerepo/backend/SwiftFileBackend.php +++ b/includes/filerepo/backend/SwiftFileBackend.php @@ -1051,16 +1051,15 @@ class SwiftFileBackend extends FileBackendStore { * Set read/write permissions for a Swift container. * * $readGrps is a list of the possible criteria for a request to have - * access to write to a container. Each item is of the following format: - * account:user - Grants access if the request is by this user - * - * $writeGrps is a list of the possible criteria for a request to have * access to read a container. Each item is one of the following formats: * .r: - Grants access if the request is from a referrer host that * matches the expression and the request is not for a listing. * Setting this to '*' effectively makes a container public. * .rlistings: - Grants access if the request is from a referrer host that * matches the expression and the request for a listing. + * $writeGrps is a list of the possible criteria for a request to have + * access to write to a container. Each item is of the following format: + * account:user - Grants access if the request is by this user * * @see http://swift.openstack.org/misc.html#acls *