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
hannes-ucsc opened this issue
Jan 28, 2025
· 1 comment
Assignees
Labels
+[priority] Highcode[subject] Production codedemo[process] To be demonstrated at the end of the sprintorange[process] Done by the Azul teamtask[type] Resolution requires engineering action other than code changes
This is to get our feet wet with the epic and to quickly identify potential technological obstacles to our implementation.
Write a script that, given the name of a catalog and the ID of a file in that catalog (same parameters as the /repository/files endpoint), copies that file from TDR to the storage bucket of the current deployment (via multi-part upload), signs a URL to that file and prints the URL. The signed URL should bake in the Content-Type (using the file's content-type) and Content-Disposition (using the file's name) headers for the response.
The text was updated successfully, but these errors were encountered:
achave11-ucsc
added
task
[type] Resolution requires engineering action other than code changes
code
[subject] Production code
+
[priority] High
labels
Jan 28, 2025
+[priority] Highcode[subject] Production codedemo[process] To be demonstrated at the end of the sprintorange[process] Done by the Azul teamtask[type] Resolution requires engineering action other than code changes
This is to get our feet wet with the epic and to quickly identify potential technological obstacles to our implementation.
Write a script that, given the name of a catalog and the ID of a file in that catalog (same parameters as the
/repository/files
endpoint), copies that file from TDR to the storage bucket of the current deployment (via multi-part upload), signs a URL to that file and prints the URL. The signed URL should bake in theContent-Type
(using the file'scontent-type
) andContent-Disposition
(using the file's name) headers for the response.The text was updated successfully, but these errors were encountered: