-
Notifications
You must be signed in to change notification settings - Fork 0
feat: redirect to pre-signed url #42
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
base: main
Are you sure you want to change the base?
Conversation
Test Results 1 files - 3 1 suites - 3 7s ⏱️ -28s For more details on these failures and errors, see this check. Results for commit 95fef99. ± Comparison against base commit 398addb. This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Code Coverage
Diff against main
Results for commit: 95fef99 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
build is currently failing because method |
17360c8
to
cc3b400
Compare
If only one asset is download, we attempt to create a pre-signed url. If this is successful, a
RedirectResponse
is returned instead of calling the_stream_download_dict
method.