pyaws-s3 1.0.9__tar.gz → 1.0.10__tar.gz
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-1.0.9 → pyaws_s3-1.0.10}/PKG-INFO +1 -1
- {pyaws_s3-1.0.9 → pyaws_s3-1.0.10}/pyaws_s3/s3.py +1 -1
- {pyaws_s3-1.0.9 → pyaws_s3-1.0.10}/pyaws_s3.egg-info/PKG-INFO +1 -1
- {pyaws_s3-1.0.9 → pyaws_s3-1.0.10}/pyproject.toml +1 -1
- {pyaws_s3-1.0.9 → pyaws_s3-1.0.10}/LICENSE.md +0 -0
- {pyaws_s3-1.0.9 → pyaws_s3-1.0.10}/README.md +0 -0
- {pyaws_s3-1.0.9 → pyaws_s3-1.0.10}/pyaws_s3/__init__.py +0 -0
- {pyaws_s3-1.0.9 → pyaws_s3-1.0.10}/pyaws_s3.egg-info/SOURCES.txt +0 -0
- {pyaws_s3-1.0.9 → pyaws_s3-1.0.10}/pyaws_s3.egg-info/dependency_links.txt +0 -0
- {pyaws_s3-1.0.9 → pyaws_s3-1.0.10}/pyaws_s3.egg-info/requires.txt +0 -0
- {pyaws_s3-1.0.9 → pyaws_s3-1.0.10}/pyaws_s3.egg-info/top_level.txt +0 -0
- {pyaws_s3-1.0.9 → pyaws_s3-1.0.10}/setup.cfg +0 -0
@@ -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').encode('
|
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
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|