mirror of
https://github.com/simple-login/app.git
synced 2025-09-15 02:54:53 +08:00
chore: remove verbose log (#1971)
This commit is contained in:
parent
fe1c66268b
commit
dc39ab2de7
1 changed files with 1 additions and 2 deletions
|
@ -46,13 +46,12 @@ def upload_from_bytesio(key: str, bs: BytesIO, content_type="application/octet-s
|
|||
f.write(bs.read())
|
||||
|
||||
else:
|
||||
out = _get_s3client().put_object(
|
||||
_get_s3client().put_object(
|
||||
Bucket=BUCKET,
|
||||
Key=key,
|
||||
Body=bs,
|
||||
ContentType=content_type,
|
||||
)
|
||||
print(out)
|
||||
|
||||
|
||||
def upload_email_from_bytesio(path: str, bs: BytesIO, filename):
|
||||
|
|
Loading…
Add table
Reference in a new issue