AWS AmazonS3 documentation change
Summary
Expanded HTTP method examples for presigned URLs to include HEAD requests
Security assessment
Documentation update clarifies supported methods but doesn't introduce security features or address vulnerabilities
Diff
diff --git a/AmazonS3/latest/userguide/using-presigned-url.md b/AmazonS3/latest/userguide/using-presigned-url.md index b33fc4dc5..f76067dc5 100644 --- a//AmazonS3/latest/userguide/using-presigned-url.md +++ b//AmazonS3/latest/userguide/using-presigned-url.md @@ -21 +21 @@ When you create a presigned URL, you must provide your security credentials, and - * An HTTP method (`GET` for downloading objects or `PUT` for uploading) + * An HTTP method (`GET` for downloading objects, `PUT` for uploading, `HEAD` for reading object metadata, etc)