From 399c18d05b8d25c84d073f71ab0ea82a064d7a0e Mon Sep 17 00:00:00 2001 From: Bill Shirey Date: Wed, 8 Dec 2021 10:26:52 -0500 Subject: [PATCH] Updated description of assets service --- hubmap-auth/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hubmap-auth/README.md b/hubmap-auth/README.md index f5f69ff..b90e552 100644 --- a/hubmap-auth/README.md +++ b/hubmap-auth/README.md @@ -69,9 +69,9 @@ GET http://localhost:8080/cache_clear ### File assets service -URI pattern: `https://assets.dev.hubmapconsortium.org//?token=` +The File Assets service allows direct http(s) access to files located in HuBMAP datasets with access control via passing an auth token via a header in the standard `Authorization: Bearer ` mechanism or by adding the token directy as a URL parameter. -The file auth supports both token from the above query string or the HTTP `Authorization` header field. When both are provided, the token from query string will be the winner. + URL pattern: `https://assets.hubmapconsortium.org//?token=` #### File assets status