We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749db85 commit 3f8f03bCopy full SHA for 3f8f03b
src/main/java/com/emc/object/s3/bean/BucketPolicyStatement.java
@@ -77,6 +77,10 @@ public void setPrincipal(String principal) {
77
else this.principal = principal;
78
}
79
80
+ /**
81
+ * If you want to set the principal to something other than "*", you'll need to set a raw JSON value here.
82
+ * I.e. <code>"{\"AWS\":[\"arn:ecs:iam::ns:user/my-user\",\"arn:ecs:iam::ns:user/other-user\"]}"</code>
83
+ */
84
public void setRawPrincipal(String principal) { this.principal = principal; }
85
86
@XmlElement(name = "Action")
0 commit comments