Structsยง
- IamResponse
- Deserialized response from the IBM IAM
/identity/tokenendpoint. - Secret
Value - A cached IAM bearer token together with its UNIX expiry timestamp.
- Secrets
Cache - A thread-safe, in-memory cache for IBM IAM bearer tokens.
Functionsยง
- get_
bearer ๐ - Exchange an IBM COS API key for an IAM bearer token.
- get_
credential_ ๐for_ bucket - Call the Python
bucket_creds_fetchercallback and return the raw credential string it produces.