AWS toolkit-for-vscode documentation change
Summary
Updated documentation link from 'dev' to 'userguide' path for S3 object version deletion
Security assessment
The change only corrects a documentation URL path without modifying security-related content or addressing vulnerabilities.
Diff
diff --git a/toolkit-for-vscode/latest/userguide/s3-service-objects.md b/toolkit-for-vscode/latest/userguide/s3-service-objects.md index 15264014b..f5d57c51a 100644 --- a//toolkit-for-vscode/latest/userguide/s3-service-objects.md +++ b//toolkit-for-vscode/latest/userguide/s3-service-objects.md @@ -143 +143 @@ You can share private Amazon S3 objects with others by granting time-limited per -If an object is in a non-versioned bucket, you can permanently delete it. For buckets that have versioning enabled, a delete request doesn't permanently delete that object. Instead, Amazon S3 inserts a delete marker in the bucket. For more information, see [Deleting object versions](https://docs.aws.amazon.com/AmazonS3/latest/dev/DeletingObjectVersions.html). +If an object is in a non-versioned bucket, you can permanently delete it. For buckets that have versioning enabled, a delete request doesn't permanently delete that object. Instead, Amazon S3 inserts a delete marker in the bucket. For more information, see [Deleting object versions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeletingObjectVersions.html).