Skip to content

Commit 0ba1d2d

Browse files
Gurov Ilyacojenco
authored andcommitted
fix: set default POST policy scheme to "http" (googleapis#172)
1 parent 0869daa commit 0ba1d2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/storage/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ def generate_signed_post_policy_v4(
928928
credentials=None,
929929
virtual_hosted_style=False,
930930
bucket_bound_hostname=None,
931-
scheme=None,
931+
scheme="http",
932932
service_account_email=None,
933933
access_token=None,
934934
):

0 commit comments

Comments
 (0)