This is an automated email from the ASF dual-hosted git repository.

rkk pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git


    from e301096  Merge pull request #342 from apache/spark-svc-acct-iam-role
     add 1f15fc2  Initial work on dynamic credentials
     add 8a52fb2  Fix potential bug for temp S3 creds expiring while backend is 
in use
     add 06f7648  Merge branch 'develop' into SDAP-517-daac-creds
     add 5ef501c  poetry lock
     add 040c113  Merge branch 'develop' into SDAP-517-daac-creds
     add 7e3197b  Changelog plus cleanup & comments
     add 309652d  Merge remote-tracking branch 'origin/develop' into 
SDAP-517-daac-creds
     add feda5d8  poetry lock
     add 83e5584  Merge remote-tracking branch 'origin/develop' into 
SDAP-517-daac-creds
     add 03cd432  Merge remote-tracking branch 'origin/develop' into 
SDAP-517-daac-creds
     add ff5142f  Poetry re-lock
     add b7c6d3e  Merge remote-tracking branch 'origin/develop' into 
SDAP-517-daac-creds
     add 380c8f3  poetry relock
     add 2af813d  add support for environmental default aws credentials
     add e55a664  fixed bug with dataset add endpoint not returning a response
     add 2b7a056  tweak naming
     add dc47985  better success check for ds add
     add 05e57b4  update changelog
     add 9437141  update openapi.yml path
     add df6d7b6  adjust SDAP version in api spec
     add 35d0a0d  upgrade fsspec, s3fs and boto packages
     add e2b535f  rework host creds refresh function
     add 42f04ae  Merge remote-tracking branch 'origin/develop' into 
SDAP-517-daac-creds
     add 430a4a7  include unreachable zarr collections in dataset list
     add 4b6e621  update collection docs
     add a06482e  update collection docs
     add 315bfd7  fix DAAC table
     add 2404f11  remove testing mocks for DAAC creds
     add 820e019  remove testing mocks for DAAC creds
     add 9193536  Final tweak to doc
     add aa8914f  Rework examples a bit
     new 53153ab  Merge pull request #312 from RKuttruff/SDAP-517-daac-creds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       |   4 +
 analysis/webservice/management/Datasets.py         |  42 +-
 data-access/nexustiles/AbstractTileService.py      |  11 +
 .../nexustiles/backends/CredentialHandler.py       | 430 +++++++++++++++++++++
 data-access/nexustiles/backends/__init__.py        |   1 +
 data-access/nexustiles/backends/zarr/backend.py    | 151 +++++++-
 data-access/nexustiles/nexustiles.py               |  48 ++-
 docs/collections.rst                               | 128 +++++-
 poetry.lock                                        | 250 ++++++++----
 pyproject.toml                                     |   8 +-
 10 files changed, 943 insertions(+), 130 deletions(-)
 create mode 100644 data-access/nexustiles/backends/CredentialHandler.py

Reply via email to