AWS mediastore documentation change
Summary
Updated policy examples with specific account numbers, regions, and formatting adjustments.
Security assessment
Changes standardize examples but do not explicitly address security issues or add security features.
Diff
diff --git a/mediastore/latest/ug/policies-examples-cross-acccount-full.md b/mediastore/latest/ug/policies-examples-cross-acccount-full.md index 6047ccac9..1c7ff05ac 100644 --- a//mediastore/latest/ug/policies-examples-cross-acccount-full.md +++ b//mediastore/latest/ug/policies-examples-cross-acccount-full.md @@ -23,0 +24,6 @@ If you don’t exclude `PutObject` from the second statement, the statement won +JSON + + +**** + + @@ -33,2 +39,3 @@ If you don’t exclude `PutObject` from the second statement, the statement won - "AWS": "arn:aws:iam::<other acct number>:role/<role name>"}, - "Resource": "arn:aws:mediastore:<region>:<owner acct number>:container/<container name>/*", + "AWS": "arn:aws:iam::333333333333:role/<role name>" + }, + "Resource": "arn:aws:mediastore:us-east-2:333333333333:container/<container name>/*", @@ -46,2 +53,3 @@ If you don’t exclude `PutObject` from the second statement, the statement won - "AWS": "arn:aws:iam::<other acct number>:role/<role name>"}, - "Resource": "arn:aws:mediastore:<region>:<owner acct number>:container/<container name>/*" + "AWS": "arn:aws:iam::333333333333:role/<role name>" + }, + "Resource": "arn:aws:mediastore:us-east-2:333333333333:container/<container name>/*"