pyaws-s3 1.0.8__py3-none-any.whl → 1.0.10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
pyaws_s3/s3.py CHANGED
@@ -390,7 +390,7 @@ class S3Client:
390
390
 
391
391
  # Write PDF to a bytes buffer
392
392
  with io.BytesIO() as pdf_buffer:
393
- pdf_bytes = pdf.output(dest='S')
393
+ pdf_bytes = pdf.output(dest='S').encode('utf-8')
394
394
  pdf_buffer.write(pdf_bytes)
395
395
  pdf_buffer.seek(0)
396
396
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyaws_s3
3
- Version: 1.0.8
3
+ Version: 1.0.10
4
4
  Summary: A Python package for AWS S3 utilities
5
5
  Author-email: Giuseppe Zileni <giuseppe.zileni@gmail.com>
6
6
  Keywords: aws,s3,utilities
@@ -0,0 +1,7 @@
1
+ pyaws_s3/__init__.py,sha256=Tr7xJiCKOMWYydOJ4kxHlA7AR1X3pRsJ8MjxJev2wsw,24
2
+ pyaws_s3/s3.py,sha256=oBG4-_Uk2uNI9ZuzGbmZl9eydbjErI-XW6cT-SFcy_s,18999
3
+ pyaws_s3-1.0.10.dist-info/licenses/LICENSE.md,sha256=7WXohDebeZpcVn_nH2aIaLhFZRvZBdcPSqWsO12lhwM,1074
4
+ pyaws_s3-1.0.10.dist-info/METADATA,sha256=2CUAzGGvq__e4jT-W-swTiWP9B6z-jbDr9ishaAAEmg,5235
5
+ pyaws_s3-1.0.10.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
6
+ pyaws_s3-1.0.10.dist-info/top_level.txt,sha256=MxSSC4Q8Vr32wKgrUAlwT4BTXwqUaG_CAWoBuPeXYjQ,9
7
+ pyaws_s3-1.0.10.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- pyaws_s3/__init__.py,sha256=Tr7xJiCKOMWYydOJ4kxHlA7AR1X3pRsJ8MjxJev2wsw,24
2
- pyaws_s3/s3.py,sha256=yC68TzOTeHP7cdDwyOriAhyLeQse5oUFbycS4sl_Iwo,18983
3
- pyaws_s3-1.0.8.dist-info/licenses/LICENSE.md,sha256=7WXohDebeZpcVn_nH2aIaLhFZRvZBdcPSqWsO12lhwM,1074
4
- pyaws_s3-1.0.8.dist-info/METADATA,sha256=JC1416mfukZieFRxrToJZ2DR6Fa5EOJXkqZ5rKA-Y00,5234
5
- pyaws_s3-1.0.8.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
6
- pyaws_s3-1.0.8.dist-info/top_level.txt,sha256=MxSSC4Q8Vr32wKgrUAlwT4BTXwqUaG_CAWoBuPeXYjQ,9
7
- pyaws_s3-1.0.8.dist-info/RECORD,,