Store a HTTPS URI in file.uri
for files created by CDP and stored on Google cloud storage
#170
Labels
enhancement
New feature or request
Feature Description
A clear and concise description of the feature you're requesting.
Instead of storing a
gs://
URI, store ahttps://
URI forfile.uri
Use Case
Please provide a use case to help us understand your request in context.
The frontend app can't display or download
gs://
URI. Because of this, there is an extra step to get the download URL from thegs://
URI which increases the load of time of some of the pages that require anhttps://
URI. These include the event page (URI of transcript file) and the person page (URI of the seat and person images).Solution
Please describe your ideal solution.
Use
https://
URI instead ofgs://
URI forfile.uri
.Also look into downsampling the seat and person images to reduce the load of the person page.
Alternatives
Please describe any alternatives you've considered, even if you've dismissed them.
cc @JacksonMaxfield
The text was updated successfully, but these errors were encountered: