AWS filegateway documentation change
Summary
Added explicit S3 bucket permissions requirement for cache reports
Security assessment
Clarifies required IAM permissions (s3:PutObject and s3:AbortMultipartUpload) for secure operations, but does not address a specific vulnerability.
Diff
diff --git a/filegateway/latest/filefsxw/create-cache-report.md b/filegateway/latest/filefsxw/create-cache-report.md index 153a5b3c0..2cbc79263 100644 --- a//filegateway/latest/filefsxw/create-cache-report.md +++ b//filegateway/latest/filefsxw/create-cache-report.md @@ -12,0 +13,2 @@ S3 File Gateway can generate a report of the metadata for files that are current + * You must have `s3:PutObject` and `s3:AbortMultipartUpload` permissions for the Amazon S3 bucket where you want to store the cache report. +