You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Less critical of implementation since it affects only public, no credentials buckets and Studio teams. It works already for Google Storage since @dreadatour fixed it a while ago.
Public S3 and Azure client.url() code. Similar to GS that already has a check for anon in it - we need to generate and return direct URL to the cloud storage.
Make sure along the way:
Endpoint URLs are supported, especially for AWS
On the Studio side pass ms header to signed URL to get a public URL that actually works (see some SO discussions)
add tests
The text was updated successfully, but these errors were encountered:
Followup #755
Less critical of implementation since it affects only public, no credentials buckets and Studio teams. It works already for Google Storage since @dreadatour fixed it a while ago.
Public S3 and Azure
client.url()
code. Similar to GS that already has a check for anon 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)The text was updated successfully, but these errors were encountered: