From: Aaron Date: Thu, 12 Jul 2012 00:03:57 +0000 (-0700) Subject: [FileBackend] More Swift ACL documentation. X-Git-Tag: 1.31.0-rc.0~23067 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=9ea0b4306b81c097f6cddb9f97ddfe1af0642f4c;p=lhc%2Fweb%2Fwiklou.git [FileBackend] More Swift ACL documentation. Change-Id: If6a3f70824b05545e5ee5b406cd66fa2b046c981 --- diff --git a/includes/filerepo/backend/SwiftFileBackend.php b/includes/filerepo/backend/SwiftFileBackend.php index 87cd810bc9..d2f26e963d 100644 --- a/includes/filerepo/backend/SwiftFileBackend.php +++ b/includes/filerepo/backend/SwiftFileBackend.php @@ -1052,6 +1052,7 @@ class SwiftFileBackend extends FileBackendStore { * * $readGrps 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: + * account:user - Grants access if the request is by the given user * .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. @@ -1059,7 +1060,7 @@ class SwiftFileBackend extends FileBackendStore { * 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 + * account:user - Grants access if the request is by the given user * * @see http://swift.openstack.org/misc.html#acls *