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(putObject): add useSignedUrl flow #5

Merged
merged 3 commits into from
Feb 15, 2022

Conversation

TillaTheHun0
Copy link
Member

@TillaTheHun0 TillaTheHun0 commented Feb 9, 2022

Waiting on result of cloudydeno/deno-aws_api#29 to determine if getSignedUrl will be available on the deno aws sdk.

Closes #4

@gitpod-io
Copy link

gitpod-io bot commented Feb 9, 2022

Based on the response on cloudydeno/deno-aws_api#29
we had to use another method of creating presigned urls.

We followed the recommendation on the above issue and pulled in a lib
specifically for that
@TillaTheHun0 TillaTheHun0 marked this pull request as ready for review February 11, 2022 19:58
@TillaTheHun0
Copy link
Member Author

Based on the response on cloudydeno/deno-aws_api#29
we had to use another method of creating presigned urls.

We followed the recommendation on the above issue and pulled in a lib
specifically for that

@TillaTheHun0 TillaTheHun0 merged commit 8395523 into main Feb 15, 2022
@TillaTheHun0 TillaTheHun0 deleted the tillathehun0/feat-putObject-signedUrl branch February 15, 2022 15:24
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: implement useSignedUrl flow for putObject
2 participants