diff --git a/layouts/shortcodes/aws-storage-management.md b/layouts/shortcodes/aws-storage-management.md
index 5880b8023ca..67f09e6ff16 100644
--- a/layouts/shortcodes/aws-storage-management.md
+++ b/layouts/shortcodes/aws-storage-management.md
@@ -1,3 +1,6 @@
+Storage Management needs the following permissions to enable S3 Inventory on source buckets and read the generated reports from destination buckets:
+
| Resource Type | Permissions |
| ------------- | ---------------------------------- |
-| aws:s3:bucket | s3:GetAccelerateConfiguration,
s3:GetAnalyticsConfiguration,
s3:GetBucket*,
s3:GetEncryptionConfiguration,
s3:GetInventoryConfiguration,
s3:GetLifecycleConfiguration,
s3:GetMetricsConfiguration,
s3:GetReplicationConfiguration,
s3:ListBucket,
s3:ListAllMyBuckets |
+| aws:s3:bucket | s3:GetAccelerateConfiguration,
s3:GetAnalyticsConfiguration,
s3:GetBucket*,
s3:GetEncryptionConfiguration,
s3:GetInventoryConfiguration,
s3:GetLifecycleConfiguration,
s3:GetMetricsConfiguration,
s3:GetObject, // **Note**: This can be scoped to the destination buckets and prefixes
s3:GetReplicationConfiguration,
s3:ListAllMyBuckets,
s3:ListBucket, // **Note**: This can be scoped to the destination buckets and prefixes
s3:PutBucketNotification |
+