Merge pull request #4551 from urbit/jo/gcp-docs

interface: correct gcgManager comment
This commit is contained in:
matildepark 2021-03-05 11:56:47 -05:00 committed by GitHub
commit 487cb75313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
// //
// //