liormizr / s3path

s3path is a pathlib extension for AWS S3 Service
Apache License 2.0
208 stars 40 forks source link

Python 3.10 compatibility changes #95

Closed isidentical closed 2 years ago

isidentical commented 2 years ago

Fixes #94.

isidentical commented 2 years ago

and also in python 3.10 I see a new parameter in the write_text method. we need to add newline parameter to write_text method (and in the docs...)

I don't think S3Path explicitly defines this, but rather it is inherited so it is already covered (if I am not missing anything).

liormizr commented 2 years ago

Looks great I'll create a new version and update on the issue #94