credentials_manager
¶
Utility functions for execlib, including AWS and Hugging Face credential management.
Functions:
-
apply_credentials
–Apply credentials for the specified services.
apply_credentials
¶
apply_credentials(*services: str) -> None
Apply credentials for the specified services.
Source code in src/unibox/utils/credentials_manager.py
112 113 114 115 |
|