Releases: ucsc-cgp/dos-dss-lambda
v0.2.0 - authN support, Python 3 compatibility, and more
Lambda
- Enhancement Updated to support new
/databundles
(fromdata-object-service-schemas==0.3.0
) - Bugfix Fix
/dataobjects
returning a malformed response - Enhancement Implement Google authN support
- Enhancement Python 3 compatibility
Internal
- Enhancement Documentation updates
Files by Reference
Adds the ability to get files loaded by reference into the DSS. In this case, we download the extra metadata and replace the URLs, size, and checksums on the resulting Data Object.
Data Object Access
This release presents both cloud native URLs and pre-signed URLs for data access against the DSS. It provides access to the complete set of URLs and checksums provided by the DSS.
Also updates to the latest DOS schemas and provides a link to the most recent OpenAPI description.
A 404 not found error has been added for Data Objects to address #6.
Initial pre-release
This release presents minimal listing and retrieval of DataBundles via DSS. DataObjects are partially implemented and rudimentary read data access is possible. It is mostly a code release meant to support ongoing interoperability efforts. The service URLs in this release are expected to change.