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
Terra-drs-hub has been enhanced with a parameter to indicate the preferred cloud from which to download the data. The AnVIL drs_downloader should prefer to download from Google because it supports requester pays and is currently the primary cloud for AnVIL data.
The name of the parameter is cloudPlatform and it is set in the POST body when calling the resolve endpoint, as described in this section of the repo README and in the terra-drs-hub Swagger UI here.
Specifically, the field in the post body should be:
"cloudPlatform": "gs",
The content you are editing has changed. Please copy your edits and refresh the page.
Terra-drs-hub has been enhanced with a parameter to indicate the preferred cloud from which to download the data. The AnVIL drs_downloader should prefer to download from Google because it supports requester pays and is currently the primary cloud for AnVIL data.
The name of the parameter is
cloudPlatform
and it is set in the POST body when calling theresolve
endpoint, as described in this section of the repo README and in the terra-drs-hub Swagger UI here.Specifically, the field in the post body should be:
Tasks
The text was updated successfully, but these errors were encountered: