-
Notifications
You must be signed in to change notification settings - Fork 100
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
Fix signed url versioning #755
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #755 +/- ##
==========================================
+ Coverage 87.29% 87.35% +0.05%
==========================================
Files 116 116
Lines 11084 11092 +8
Branches 1521 1522 +1
==========================================
+ Hits 9676 9689 +13
+ Misses 1028 1024 -4
+ Partials 380 379 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e225bbf
to
4987445
Compare
7a4f9cd
to
4333400
Compare
Deploying datachain-documentation with Cloudflare Pages
|
4333400
to
e9a95a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch about version! 👍
Code looks good to me, even if it is still draft 👀
e9a95a9
to
cbf92d1
Compare
cbf92d1
to
1402c6a
Compare
1402c6a
to
4bf83b8
Compare
4bf83b8
to
df4e2d4
Compare
df4e2d4
to
6de95f0
Compare
6de95f0
to
3e8e810
Compare
3e8e810
to
d243fdf
Compare
d243fdf
to
6179267
Compare
6179267
to
84885bc
Compare
84885bc
to
f404d75
Compare
Fixes signed URL for versioned objects (download button is broken atm in Studio for versioned buckets, video previews are probably broken since we are also generating singed URLs for them).
https://github.com/iterative/studio/pull/11128 - Studio part
TODO
Followup
Public S3 and Azure
client.url()
code. Similar to GS that already has a check foranon
in it - we need to generate and return direct URL to the cloud storage.Make sure along the way:
ms
header to signed URL to get a public URL that actually works (see some SO discussions)