Skip to content

Commit

Permalink
client.project = "test"
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa authored Jan 20, 2022
1 parent 9b7700a commit 1956d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ BUCKET = "test-bucket"

os.environ["STORAGE_EMULATOR_HOST"] = f"http://{HOST}:{PORT}"
client = storage.Client()
client.project = "test"

try:
bucket = client.create_bucket(BUCKET)
Expand Down

0 comments on commit 1956d44

Please sign in to comment.