Changelog ========= 2022.11.0 --------- - optionally listing versions with ls (#661) 2022.10.0 --------- - directory cache race condition (#655) - version aware find (#654) 2022.8.1 -------- (no change) 2022.8.0 -------- - aiobotocore 2.4.0 (#643) - del/list multipart uploads (#645) - disallow prerelease aiohttp (#640) - docs syntax (#634) 2022.7.1 -------- No changes 2022.7.0 -------- - aiobotocore 2.3.4 (#633) 2022.5.0 -------- - aiobotocore 2.3 (#622, fixes #558) - rate limiting (#619, #620) 2022.3.0 -------- - pre-commit (#612) - aiobotocore 2.2 (#609) - empty ETag (#605) - HTTPClientError retry (#597) - new callbacks support (#590) 2022.02.0 --------- - callbacks fixes (#594, 590) - drop py36 (#582) - metadata fixes (#575, 579) 2022.01.0 --------- - aiobotocore dep to 2.1.0 (#564) - docs for non-aws (#567) - ContentType in info (#570) - small-file ACL (#574) 2021.11.1 --------- - deal with missing ETag (#557) - ClientPayloadError to retryable (#556) - pin aiobotocore (#555) 2021.11.0 --------- - move to fsspec org - doc tweaks (#546, 540) - redondant argument in _rm_versioned_bucket_contents (#439) - allow client_method in url/sign (POST, etc) (#536) - revert list_v2->head for info (#545) 2021.10.1 --------- - allow other methods than GET to url/sign (#536) 2021.10.0 --------- No changes (just released to keep pin with fsspec) 2021.09.0 --------- - check for bucket also with get_bucket_location (#533) - update versioneer (#531) 2021.08.1 --------- - retry on IncompleteRead (#525) - fix isdir for missing bucket (#522) - raise for glob("*") (#5167) 2021.08.0 --------- - fix for aiobotocore update (#510) 2021.07.0 --------- - make bucket in put(recursive) (#496) - non-truthy prefixes (#497) - implement rm_file (#499) 2021.06.1 --------- - bucket region caching (#495) 2021.06.0 --------- - support "prefix" in directory listings (#486) - support negative index in cat_file (#487, 488) - don't requite ETag in file details (#480) 2021.05.0 --------- - optimize ``info``,``exists`` (and related) calls for non-version aware mode - copy with entries without ETag (#480) - find not to corrupts parent listing (#476) - short listing to determine directory (#472, 471) Version 2021.04.0 ----------------- - switch to calver and fsspec pin - py36 (#462) - async fixes (#456, 452) Version 0.6.0 ------------- - update for fsspec 0.9.0 (#448) - better errors (#443) - cp to preserve ETAG (#441) - CI (#435, #427, #395) - 5GB PUT (#425) - partial cat (#389) - direct find (#360) Version 0.5.0 ------------- - Asynchronous filesystem based on ``aiobotocore`` Version 0.4.0 ------------- - New instances no longer need reconnect (:pr:`244`) by `Martin Durant`_ - Always use multipart uploads when not autocommitting (:pr:`243`) by `Marius van Niekerk`_ - Create ``CONTRIBUTING.md`` (:pr:`248`) by `Jacob Tomlinson`_ - Use autofunction for ``S3Map`` sphinx autosummary (:pr:`251`) by `James Bourbeau`_ - Miscellaneous doc updates (:pr:`252`) by `James Bourbeau`_ - Support for Python 3.8 (:pr:`264`) by `Tom Augspurger`_ - Improved performance for ``isdir`` (:pr:`259`) by `Nate Yoder`_ * Increased the minimum required version of fsspec to 0.6.0 .. _`Martin Durant`: https://github.com/martindurant .. _`Marius van Niekerk`: https://github.com/mariusvniekerk .. _`Jacob Tomlinson`: https://github.com/jacobtomlinson .. _`James Bourbeau`: https://github.com/jrbourbeau .. _`Tom Augspurger`: https://github.com/TomAugspurger .. _`Nate Yoder`: https://github.com/nateyoder