Skip to content

Commit

Permalink
fix: set default POST policy scheme to "http" (googleapis#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurov Ilya authored and cojenco committed Oct 13, 2021
1 parent d462819 commit fc07685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/storage/client.py
Original file line number Diff line number Diff line change
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 fc07685

Please sign in to comment.