smart-on-fhir/cumulus-etl

Ugly traceback error if auth error happens during `init`

Offen

#548 geöffnet am 28.04.2026

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (8 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (25 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

To reproduce:

cumulus-etl init s3://bucket/folder/

without any AWS_PROFILE or anything. You'll get a gross auth traceback. But it should be a nicer, user-friendly error, suggesting to set AWS_PROFILE.

I think it also happens if the wrong --s3-kms-key is provided.

Contributor Guide