AWS powershell documentation change
Summary
Updated documentation links for Copy-S3Object and Remove-S3Object cmdlets to versioned (v5) URLs
Security assessment
The change only modifies URL paths to reference version-specific documentation. The S3 object renaming guidance remains unchanged and does not introduce security-related content.
Diff
diff --git a/powershell/v5/userguide/pstools-s3.md b/powershell/v5/userguide/pstools-s3.md index d7b3c1fdd..291d9b38d 100644 --- a//powershell/v5/userguide/pstools-s3.md +++ b//powershell/v5/userguide/pstools-s3.md @@ -15 +15 @@ The commands shown here assume that you have set default credentials and a defau -There is currently no Amazon S3 API for renaming a bucket or object, and therefore, no single Tools for Windows PowerShell cmdlet for performing this task. To rename an object in S3, we recommend that you copy the object to one with a new name, by running the [Copy-S3Object](https://docs.aws.amazon.com/powershell/latest/reference/items/Copy-S3Object.html) cmdlet, and then delete the original object by running the [Remove-S3Object](https://docs.aws.amazon.com/powershell/latest/reference/items/Remove-S3Object.html) cmdlet. +There is currently no Amazon S3 API for renaming a bucket or object, and therefore, no single Tools for Windows PowerShell cmdlet for performing this task. To rename an object in S3, we recommend that you copy the object to one with a new name, by running the [Copy-S3Object](https://docs.aws.amazon.com/powershell/v5/reference/items/Copy-S3Object.html) cmdlet, and then delete the original object by running the [Remove-S3Object](https://docs.aws.amazon.com/powershell/v5/reference/items/Remove-S3Object.html) cmdlet.