mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
Merge pull request #4551 from urbit/jo/gcp-docs
interface: correct gcgManager comment
This commit is contained in:
commit
487cb75313
@ -5,10 +5,11 @@
|
|||||||
// 1. call configure with a GlobalApi and GlobalStore.
|
// 1. call configure with a GlobalApi and GlobalStore.
|
||||||
// 2. call start() to start the token refresh loop.
|
// 2. call start() to start the token refresh loop.
|
||||||
//
|
//
|
||||||
// If the ship has S3 credentials set, we don't try to get a token, but we keep
|
// If the ship does not have GCP storage configured, we don't try to get
|
||||||
// checking at regular intervals to see if they get unset. Otherwise, we try to
|
// a token, but we keep checking at regular intervals to see if it gets
|
||||||
// invoke the GCP token thread on the ship until it gives us an access token.
|
// configured. If GCP storage is configured, we try to invoke the GCP
|
||||||
// Once we have a token, we refresh it every hour or so, since it has an
|
// get-token thread on the ship until it gives us an access token. Once
|
||||||
|
// we have a token, we refresh it every hour or so according to its
|
||||||
// intrinsic expiry.
|
// intrinsic expiry.
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user