AWS AmazonS3 documentation change
Summary
Fixed typos and clarified IAM permissions requirements for S3 batch operations. Corrected example commands and job status terminology.
Security assessment
Changes are typographical corrections (e.g., 'comamand'→'command', 'polcy'→'policy') and command syntax improvements. The IAM permission clarification doesn't indicate a security vulnerability but improves documentation accuracy. No evidence of security incident remediation.
Diff
diff --git a/AmazonS3/latest/userguide/troubleshooting-batch-operations.md b/AmazonS3/latest/userguide/troubleshooting-batch-operations.md index 0081c38e5..880656643 100644 --- a//AmazonS3/latest/userguide/troubleshooting-batch-operations.md +++ b//AmazonS3/latest/userguide/troubleshooting-batch-operations.md @@ -87 +87 @@ Jobs in terminal states are automatically deleted after 90 days. To avoid losing - 2. Use the following comamand to search across all job statuses. Possible job statuses include `Active`, `Cancelled`, `Cancelling`, `Complete`, `Completing`, `Failed`, `Failing`, `New`, `Paused`, `Pausing`, `Preparing`, `Ready`, and `Suspended`. + 2. Use the following command to search across all job statuses. Possible job statuses include `Active`, `Cancelled`, `Cancelling`, `Complete`, `Completing`, `Failed`, `Failing`, `New`, `Paused`, `Pausing`, `Preparing`, `Ready`, and `Suspended`. @@ -157 +157 @@ Related error messages: - 7. **Use common permission templates** \- Use the permission examples and polcy templates: + 7. **Use common permission templates** \- Use the permission examples and policy templates: @@ -179 +179 @@ Follow these steps systematically to identify and resolve permission issues. - 3. Use the following command to check IAM permissions for the requesting identity. The account running the job needs the following permissions: `s3:CreateJob`, `s3:DescribeJob`, `s3:ListJobs-s3:UpdateJobPriority`, `s3:UpdateJobStatus-iam:PassRole`. + 3. Use the following command to check IAM permissions for the requesting identity. The account running the job needs the following permissions: `s3:CreateJob`, `s3:DescribeJob`, `s3:ListJobs`, `s3:UpdateJobPriority`, `s3:UpdateJobStatus`, and `iam:PassRole`. @@ -204 +204 @@ Follow these steps systematically to identify and resolve permission issues. - 6. Use the following command to rest access to the manifest and source buckets. + 6. Use the following command to test access to the manifest and source buckets. @@ -206 +206 @@ Follow these steps systematically to identify and resolve permission issues. - aws s3 ls s3://bucket-name + aws s3 ls s3://amzn-s3-demo-bucket @@ -211 +211 @@ Follow these steps systematically to identify and resolve permission issues. - 8. Review bucket policies for polcies that might deny the operation. + 8. Review bucket policies for policies that might deny the operation. @@ -482 +482 @@ Use the following command to download the manifest file. - 4. Create a test manifest with a few objects from your orginial manifest. + 4. Create a test manifest with a few objects from your original manifest. @@ -484 +484 @@ Use the following command to download the manifest file. - 5. Use the following command to cehck if a sample of objects from the manifest exist. + 5. Use the following command to check if a sample of objects from the manifest exist.