'Is there any delay between file get uploaded and get listed?

I use gcloud node v0.24 for interacting with Google Cloud Storage. I've encountered an issue when immediate list after upload doesn't return all the files that were uploaded.

So the question is does Bucket#getFiles always list files right after Bucket#upload?

or

is there any delay between upload's callback and when file becomes available (e.g. can be listed, downloaded)?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source