Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Releases: ucsc-cgp/dos-dss-lambda

v0.2.0 - authN support, Python 3 compatibility, and more

31 Aug 16:03
Compare
Choose a tag to compare

Lambda

  • Enhancement Updated to support new /databundles (from data-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

01 Mar 02:58
72cfb67
Compare
Choose a tag to compare

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

22 Feb 01:33
22cc8b1
Compare
Choose a tag to compare
Data Object Access Pre-release
Pre-release

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

07 Feb 03:17
e2fe283
Compare
Choose a tag to compare
Initial pre-release Pre-release
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.

Known Issues

  • Paging is partially functioning #2
  • Data Object metadata is not avaiable #3
  • Listing Data Objects is not implemented #4