gsr
04/01/2023, 9:02 PMjclausen
04/01/2023, 9:55 PMgsr
04/01/2023, 10:35 PMgsr
04/01/2023, 10:36 PMperm = structnew();
perm.group = "all";
perm.permission = "FULL_CONTROL";
perm1 = structnew();
perm1.email = "<mailto:webster@domain.com|webster@domain.com>";
perm1.permission = "FULL_CONTROL";
myarrray = arrayNew(1);
myarrray = [perm,perm1];
jclausen
04/01/2023, 10:39 PM> acl - The security policy to use. Specify a canned ACL like "public-read" as a string, or provide a struct in the format of the "grants" key returned by getObjectACL()So call getObjectACL on an existing object and then you can use that as your template for the above keys
gsr
04/01/2023, 10:44 PMjclausen
04/01/2023, 11:10 PM> uri - An optional resource uri to set the ACL.
>
gsr
04/01/2023, 11:40 PMjclausen
04/01/2023, 11:52 PMgsr
04/02/2023, 12:20 AMjclausen
04/02/2023, 12:47 AMgsr
04/02/2023, 1:23 PMgsr
04/02/2023, 1:25 PM