aws-s3 icon indicating copy to clipboard operation
aws-s3 copied to clipboard

Invalid group uri with Grantee.group = 'Authenticated'

Open youboox opened this issue 13 years ago • 0 comments
trafficstars

Following this documentation i tried different ways of specifying groups for updating object ACL

http://amazon.rubyforge.org/doc/classes/AWS/S3/ACL/Grantee.html

grantee.group = 'Authenticated' => "Invalid group uri"

grantee.id = '75........2a0' => "The XML you provided was not well-formed or did not validate against our published schema"

grantee.group = 'AllUsers' => success

youboox avatar Mar 07 '12 19:03 youboox