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

feat: useSignedUrl returns 501 for getObject and putObject #7 #8 #9

Merged
merged 3 commits into from
Aug 30, 2022

Conversation

TillaTheHun0
Copy link
Member

@TillaTheHun0 TillaTheHun0 commented Aug 30, 2022

This option doesn't make much sense for local adapters to implement, so we will return a 501 which will produce an error in client tools like hyper-connect. The consumer can then manually fallback to using getObject or putObject to perform a direct download or upload, respectively.

Eventually, with hyper63/hyper#526 implemented, tools like hyper-connect may perform this fallback automatically under the hood, but this get's us a working solution at the adapter level

Closes #7
Closes #8

@TillaTheHun0 TillaTheHun0 merged commit c3f4ece into main Aug 30, 2022
@TillaTheHun0 TillaTheHun0 deleted the tillathehun0/useSignedUrl branch August 30, 2022 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(getObject): support useSignedUrl flow feat(putObject): support useSignedUrl flow
1 participant