* fix: check for 404 and use proper key variable * test: modify dne test * docs: update authors, changelog * feat: add support for allow\_missing to interfaces * test: check to see if allow\_missing works * feat: add allow\_missing to transfer\_to/from
4.23.0
------
* feat: add content type to transfer\_to/from * fix: avoid an error when deleting "parallel" from kwargs
4.22.0
------
* feat: add no\_sign\_request for s3 services * ci: remove py37 add py312 * fixtest: bump moto version and fix backwards incompatible calls * fixtest: files present don't interfere with aws credentials * Add support for AWS\_SESSION\_TOKEN (102) * perf: faster path extraction via caching computations
4.21.1
------
* chore: update ChangeLog * fix: annotate other callsites with locks * perf: fix potential for multi-thread collision when creating pools
4.21.0
------
* feat: support non-standard s3 part sizes for multi-part objects * Disable internal checksum validation in GCS client (96)