-
Notifications
You must be signed in to change notification settings - Fork 977
Closed as not planned
Labels
duplicateThis issue is a duplicate.This issue is a duplicate.feature-requestA feature should be added or improved.A feature should be added or improved.
Description
Describe the feature
Currently, aws-sdk has the feature of presigned url only for the following requests: delete, get, put, and post. However, HEAD presigned request does not exist.
relevant issue: Support HEAD requests for S3Presigner #5473
Use Case
To generate a polling URL that acts as an indicator for when a file is uploaded, I need to create a HEAD presigned request. This requirement has led me to explore various workarounds to address the issue. However, none of these workarounds are preferable compared to using HEAD presigned request with the AWS SDK presigner.
Proposed Solution
implement also presigned head object request.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS Java SDK version used
2.27.17
JDK version used
22.0.2
Operating System and version
macOS 15.3.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
duplicateThis issue is a duplicate.This issue is a duplicate.feature-requestA feature should be added or improved.A feature should be added or improved.