Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PresignHeadObject to S3 PresignClient #1076

Closed
milosgajdos opened this issue Jan 24, 2021 · 3 comments · Fixed by #1747
Closed

Add PresignHeadObject to S3 PresignClient #1076

milosgajdos opened this issue Jan 24, 2021 · 3 comments · Fixed by #1747
Labels
feature-request A feature should be added or improved.

Comments

@milosgajdos
Copy link

Is your feature request related to a problem? Please describe.
We'd like to have the possibility to generate resigned URLs for S3 HEAD requsets. This is already provided by v2 SDK for GET and PUT requests, but HEAD support is missing.

Describe the solution you'd like
The solution should be simple: autogenerate PresignHeadObject for HEAD requests the same way it's done for the GET and PUT

Describe alternatives you've considered
None. I feel this should be pretty straightforward and I've personally tried, but first I didn't notice this code is autogenerated and on the second attempt I gave up after an hour fighting getting java runtime and gradle working on my laptop.

@milosgajdos milosgajdos added the feature-request A feature should be added or improved. label Jan 24, 2021
@shvc
Copy link
Contributor

shvc commented Jan 26, 2021

and please add DeleteObject
and other Bucket Operations

@jasdel
Copy link
Contributor

jasdel commented Apr 11, 2022

Looks like the SDK has added support for PresignedHeadObject

We'll take a look at adding DeleteObject presign support.

@github-actions
Copy link

github-actions bot commented Jul 1, 2022

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants