You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws-android-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/CreateFaceLivenessSessionRequestSettings.java
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ public class CreateFaceLivenessSessionRequestSettings implements Serializable {
30
30
* audit images will be stored. Note that the Amazon S3 bucket must be
31
31
* located in the caller's AWS account and in the same region as the Face
32
32
* Liveness end-point. Additionally, the Amazon S3 object keys are
33
-
* auto-generated by the Face Liveness system.
33
+
* auto-generated by the Face Liveness system. Requires that the caller has
34
+
* the <code>s3:PutObject</code> permission on the Amazon S3 bucket.
34
35
* </p>
35
36
*/
36
37
privateLivenessOutputConfigoutputConfig;
@@ -54,7 +55,8 @@ public class CreateFaceLivenessSessionRequestSettings implements Serializable {
54
55
* audit images will be stored. Note that the Amazon S3 bucket must be
55
56
* located in the caller's AWS account and in the same region as the Face
56
57
* Liveness end-point. Additionally, the Amazon S3 object keys are
57
-
* auto-generated by the Face Liveness system.
58
+
* auto-generated by the Face Liveness system. Requires that the caller has
59
+
* the <code>s3:PutObject</code> permission on the Amazon S3 bucket.
58
60
* </p>
59
61
*
60
62
* @return <p>
@@ -63,6 +65,8 @@ public class CreateFaceLivenessSessionRequestSettings implements Serializable {
63
65
* must be located in the caller's AWS account and in the same
64
66
* region as the Face Liveness end-point. Additionally, the Amazon
65
67
* S3 object keys are auto-generated by the Face Liveness system.
68
+
* Requires that the caller has the <code>s3:PutObject</code>
69
+
* permission on the Amazon S3 bucket.
66
70
* </p>
67
71
*/
68
72
publicLivenessOutputConfiggetOutputConfig() {
@@ -75,7 +79,8 @@ public LivenessOutputConfig getOutputConfig() {
75
79
* audit images will be stored. Note that the Amazon S3 bucket must be
76
80
* located in the caller's AWS account and in the same region as the Face
77
81
* Liveness end-point. Additionally, the Amazon S3 object keys are
78
-
* auto-generated by the Face Liveness system.
82
+
* auto-generated by the Face Liveness system. Requires that the caller has
83
+
* the <code>s3:PutObject</code> permission on the Amazon S3 bucket.
79
84
* </p>
80
85
*
81
86
* @param outputConfig <p>
@@ -84,7 +89,8 @@ public LivenessOutputConfig getOutputConfig() {
84
89
* Amazon S3 bucket must be located in the caller's AWS account
85
90
* and in the same region as the Face Liveness end-point.
86
91
* Additionally, the Amazon S3 object keys are auto-generated by
87
-
* the Face Liveness system.
92
+
* the Face Liveness system. Requires that the caller has the
93
+
* <code>s3:PutObject</code> permission on the Amazon S3 bucket.
0 commit comments