You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice work finding this, and sorry for any headaches it may have caused! When you have a moment could you please check out #318 and let me know if it resolves the issue for you?
The problem exhibits itself with the following call:
$generator = $this->storageClient->bucket('some-bucket-identifier)->objects(['prefix' => '0']);
This is caused by this code
Google\Cloud\UriTrait line 52
For example I wanted to find files beginning with "0" (the string zero) but this gets filtered out because the string "0" is treated as false.
The text was updated successfully, but these errors were encountered: