boto / s3transfer

Amazon S3 Transfer Manager for Python
Apache License 2.0
215 stars 134 forks source link

remove useless old six imports #300

Closed a-detiste closed 10 months ago

a-detiste commented 10 months ago

https://codesearch.debian.net/search?q=s3transfer.compat&literal=1&page=1&perpkg=1

nateprewitt commented 10 months ago

Hi @a-detiste, these are left in place for backwards compatibility. We don't intend to remove these at this time.

For the CLI v2 source, that is authored here. That's a more reasonable place these can be removed to help minimize the distro maintainer burden.

a-detiste commented 10 months ago

This is an horrible mess, I'll look at it again later