Skip to content

Commit

Permalink
fix: set default POST policy scheme to "http" (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurov Ilya committed Jun 8, 2020
1 parent 7fa0f36 commit 90c020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/storage/client.py
Expand Up @@ -928,7 +928,7 @@ def generate_signed_post_policy_v4(
credentials=None,
virtual_hosted_style=False,
bucket_bound_hostname=None,
scheme=None,
scheme="http",
service_account_email=None,
access_token=None,
):
Expand Down

0 comments on commit 90c020d

Please sign in to comment.