@@ -43,11 +43,7 @@ class S3EventRecordGlacierEventData(BaseModel):
43
43
class S3Identity (BaseModel ):
44
44
principalId : str = Field (
45
45
description = "Amazon identifier of the user, role, account or services who caused the event." ,
46
- examples = [
47
- "AIDAJDPLRKLG7UEXAMPLE" ,
48
- "A1YQ72UWCM96UF" ,
49
- "AWS:AIDAINPONIXQXHT3IKHL2" ,
50
- ],
46
+ examples = ["AIDAJEXAMPLE1234" ],
51
47
)
52
48
53
49
@@ -88,7 +84,7 @@ class S3OwnerIdentify(BaseModel):
88
84
examples = [
89
85
"A3I5XTEXAMAI3E" ,
90
86
"A1YQ72UWCM96UF" ,
91
- "AWS:AIDAINPONIXQXHT3IKHL2 " ,
87
+ "AWS:AIDAJEXAMPLE1234 " ,
92
88
],
93
89
)
94
90
@@ -405,7 +401,7 @@ class S3RecordModel(BaseModel):
405
401
)
406
402
userIdentity : S3Identity = Field (
407
403
description = "Amazon identifier of the user, role, account or services who caused the event." ,
408
- examples = [{"principalId" : "AWS:AIDAINPONIXQXHT3IKHL2 " }],
404
+ examples = [{"principalId" : "AWS:AIDAJEXAMPLE1234 " }],
409
405
)
410
406
requestParameters : S3RequestParameters = Field (
411
407
description = "Source IP address of the request." ,
@@ -475,7 +471,7 @@ class S3Model(BaseModel):
475
471
"awsRegion" : "us-east-2" ,
476
472
"eventTime" : "2019-09-03T19:37:27.192Z" ,
477
473
"eventName" : "ObjectCreated:Put" ,
478
- "userIdentity" : {"principalId" : "AWS:AIDAINPONIXQXHT3IKHL2 " },
474
+ "userIdentity" : {"principalId" : "AWS:AIDAJEXAMPLE1234 " },
479
475
"requestParameters" : {"sourceIPAddress" : "255.255.255.255" },
480
476
"responseElements" : {
481
477
"x-amz-request-id" : "D82B88E5F771F645" ,
0 commit comments