Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
degangliu authored Sep 29, 2021
2 parents a336377 + d166c59 commit 1c4efc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcloud_cos/cos_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4696,7 +4696,7 @@ def ci_auditing_text_submit(self, Bucket, Key, DetectType, Content=None, Callbac
if Key:
Input['Object'] = Key
if Content:
Input['Content'] = base64.b64encode(Content)
Input['Content'] = base64.b64encode(Content).decode('UTF-8')

conf = {
}
Expand Down

0 comments on commit 1c4efc9

Please sign in to comment.