We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7700a commit 1956d44Copy full SHA for 1956d44
1 file changed
README.md
@@ -139,6 +139,7 @@ BUCKET = "test-bucket"
139
140
os.environ["STORAGE_EMULATOR_HOST"] = f"http://{HOST}:{PORT}"
141
client = storage.Client()
142
+client.project = "test"
143
144
try:
145
bucket = client.create_bucket(BUCKET)
0 commit comments