GAE_SKIP_GCS_INIT is true but application is still fetching the root of the storage bucket
Hello, First, let me say thanks a lot for this repo which has helped me a lot. :) I have followed the guide and set my env files as follows:
CACHE_SERVICES_FILE=true
CACHE_CONFIG_FILE=true
CACHE_ROUTES_FILE=true
CACHE_COMPILED_VIEWS=true
GAE_SKIP_GCS_INIT=true
But I have a query that is fetching the root of my storage.
Do you know where it is from and how I can skip these urlfetch calls ? Any idea where this is coming from ? I tried searching in Laravel's code where that could be the case but was not lucky in finding a solution.
Here's the trace I get (I can see that the services.json is stored in memcached effectively as there is no query to it, but there is still a call to the root of my bucket)

Sorry, I was able to see the question just now. I'll have to setup an application and check. In the mean time could you please describe your test application, so I could reproduce the issue. Thanks.