v0.5.0
- Added
boto3_transfer_config
parameter toS3Client
instantiation, which allows passing aboto3.s3.transfer.TransferConfig
object and is useful for controlling multipart and thread use in uploads and downloads. See documentation for more details. (#150)