Searched refs:ACLRole (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/vendor/cloud.google.com/go/storage/ |
D | acl.go | 28 type ACLRole string type 31 RoleOwner ACLRole = "OWNER" 32 RoleReader ACLRole = "READER" 33 RoleWriter ACLRole = "WRITER" 54 Role ACLRole 78 func (a *ACLHandle) Set(ctx context.Context, entity ACLEntity, role ACLRole) error { 141 r[i].Role = ACLRole(v.Role) 146 func (a *ACLHandle) bucketSet(ctx context.Context, entity ACLEntity, role ACLRole) error { 191 func (a *ACLHandle) objectSet(ctx context.Context, entity ACLEntity, role ACLRole, isBucketDefault … 249 r = append(r, ACLRule{Entity: ACLEntity(item.Entity), Role: ACLRole(item.Role)})
|
D | bucket.go | 351 Role: ACLRole(rule.Role), 359 Role: ACLRole(rule.Role),
|
D | storage.go | 807 Role: ACLRole(rule.Role),
|