AWS mediastore documentation change
Summary
Updated policy example formatting and resource ARNs.
Security assessment
Formatting and example standardization do not directly address security issues or add security features.
Diff
diff --git a/mediastore/latest/ug/policies-examples-cross-acccount-https.md b/mediastore/latest/ug/policies-examples-cross-acccount-https.md index f1cbf3708..a7a3d1b68 100644 --- a//mediastore/latest/ug/policies-examples-cross-acccount-https.md +++ b//mediastore/latest/ug/policies-examples-cross-acccount-https.md @@ -10,0 +11,6 @@ This example policy allows access to the `GetObject` and `DescribeObject` operat +JSON + + +**** + + @@ -18 +24,4 @@ This example policy allows access to the `GetObject` and `DescribeObject` operat - "Action": ["mediastore:GetObject", "mediastore:DescribeObject"], + "Action": [ + "mediastore:GetObject", + "mediastore:DescribeObject" + ], @@ -20,2 +29,3 @@ This example policy allows access to the `GetObject` and `DescribeObject` operat - "AWS": "arn:aws:iam::<other acct number>:root"}, - "Resource": "arn:aws:mediastore:<region>:<owner acct number>:container/<container name>/*", + "AWS": "arn:aws:iam::333333333333:root" + }, + "Resource": "arn:aws:mediastore:us-east-2:333333333333:container/<container name>/*",