Skip to content

Commit

Permalink
💡 Add comment about access_aws
Browse files Browse the repository at this point in the history
falexwolf committed Jun 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent cd28db7 commit 3c18587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lamindb_setup/core/_settings_storage.py
Original file line number Diff line number Diff line change
@@ -121,6 +121,8 @@ def init_storage(
init_storage_hub(ssettings)
# below comes last only if everything else was successful
try:
# (federated) credentials for AWS access are provisioned under-the-hood
# discussion: https://laminlabs.slack.com/archives/C04FPE8V01W/p1719260587167489
mark_storage_root(ssettings.root, ssettings.uid) # type: ignore
except Exception:
logger.important(

0 comments on commit 3c18587

Please sign in to comment.