This is an automated email from the ASF dual-hosted git repository. rkk pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
commit 53153abf8cc043c425364e8f14383a7b81d69778 Merge: e301096 aa8914f Author: Riley Kuttruff <[email protected]> AuthorDate: Mon Nov 10 17:49:18 2025 -0800 Merge pull request #312 from RKuttruff/SDAP-517-daac-creds SDAP-517 - Credential management for AWS collections 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(-)
