create_bucket
expects a project even with an emulator "ValueError: Client project not set: pass an explicit project."
#699
Labels
api: storage
Issues related to the googleapis/python-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: question
Request for information or clarification. Not an issue.
Thanks for fixing #324. I just noticed that
create_bucket
still expects a project. Would it make sense that it'd also detectSTORAGE_EMULATOR_HOST
and use a "fake" project automatically like here?Environment details
python --version
Python 3.9.9pip --version
pip 21.3.1google-cloud-storage
version:pip show google-cloud-storage
2.1.0Steps to reproduce
Code example
Stack trace
The text was updated successfully, but these errors were encountered: