We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef928d8 + c90c50f commit 1e39faeCopy full SHA for 1e39fae
generatepdf/pdf/s3file.py
@@ -39,4 +39,4 @@
39
with open(r"D:\Madhu\project\Python\PDF-Generator-Python\generatepdf\generatepdf\result.html",'rb') as img:
40
s3.upload_fileobj(img,b_name,"testfile.jpg")
41
#
42
-s3.download_file(b_name,"testfile.jpg")
+s3.download_file(b_name,"testfile.jpg ","download.jpg")
0 commit comments