Skip to content

S3 Presigned HEAD Request #5921

@michals-anp

Description

@michals-anp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue is a duplicate.feature-requestA feature should be added or improved.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions