Skip to content

Commit 90c020d

Browse files
author
Gurov Ilya
authored
fix: set default POST policy scheme to "http" (#172)
1 parent 7fa0f36 commit 90c020d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)