Skip to content

Commit

Permalink
Drop use of maap-py for obtaining S3 credentials (#71)
Browse files Browse the repository at this point in the history
S3 credentials are now obtained via a role using EC2 instance metadata.

Fixes #14
  • Loading branch information
chuckwondo authored May 9, 2024
1 parent 37c15d5 commit bd3ae00
Show file tree
Hide file tree
Showing 8 changed files with 1,492 additions and 1,690 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ The format is based on [Keep a Changelog], and this project adheres to

## Unreleased

### 0.7.0 (2024-04-23)
### Changed

- [#14](https://github.com/MAAP-Project/gedi-subsetter/issues/14) AWS S3
credentials are no longer obtained via the `maap-py` library. Instead, they
are obtained via a role using the EC2 instance metadata.

## 0.7.0 (2024-04-23)

### Added

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $(CONDA_PREFIX): bin/create
@bin/create

$(MAAP): $(CONDA_PREFIX) conda-lock.yml bin/install
@bin/install
@bin/install --dev

## lock: generate the lock file (conda-lock.yml) for the gedi_subset environment
# Simply a convenience target to generate the lock file since typing `make lock`
Expand Down
Loading

0 comments on commit bd3ae00

Please sign in to comment.